Method: Cmd#run

Defined in:
lib/mfe.rb

#run(argv) ⇒ Object

run runs the command, returning the output.



256
257
258
# File 'lib/mfe.rb', line 256

def run(argv)
  `#{expand argv}`
end