Public instance methods
hashes_to_string
(hashes)
[show source]
# File lib/console_update/filter/yaml.rb, line 10 def hashes_to_string(hashes) hashes.to_yaml end
string_to_hashes
(string)
[show source]
# File lib/console_update/filter/yaml.rb, line 6 def string_to_hashes(string) YAML::load(string) end