class Martilla::Component

Public Instance Methods

bash(command) click to toggle source
# File lib/martilla/component.rb, line 3
def bash(command)
  `bash -c \"#{command}\"`
end