module Shell
Public Instance Methods
run(command)
click to toggle source
# File lib/magick_minimalistic/shell.rb, line 2 def run(command) `#{command}` end
# File lib/magick_minimalistic/shell.rb, line 2 def run(command) `#{command}` end