Method: Saltr::Repl#run_yaml

Defined in:
lib/saltr.rb

#run_yaml(cmd, debug = false) ⇒ Object



43
44
45
# File 'lib/saltr.rb', line 43

def run_yaml(cmd, debug=false)
  YAML.load(run(cmd, debug))
end