class Expansions::Shell
Public Instance Methods
run(cmd)
click to toggle source
# File lib/expansions/shell.rb, line 3 def run(cmd) return `#{cmd}` end
# File lib/expansions/shell.rb, line 3 def run(cmd) return `#{cmd}` end