Module: YAMLCommand::Console
Instance Method Summary collapse
Instance Method Details
#slurp(dir, options = {}) ⇒ Object
20 21 22 23 |
# File 'lib/yaml_command.rb', line 20 def slurp(dir, ={}) slurp = SlurpCommand.new() slurp.call(dir) end |
#splat(file, options = {}) ⇒ Object
26 27 28 29 |
# File 'lib/yaml_command.rb', line 26 def splat(file, ={}) splat = SplatCommand.new() splat.call(file) end |