module Base

Public Instance Methods

run(*cmds) click to toggle source
# File lib/models/base.rb, line 54
def run(*cmds)
  hammer.run(cmds.join(' '))
end
to_s() click to toggle source
# File lib/models/base.rb, line 50
def to_s
  @raw.gsub!(@regexp, '\0'.yellow) if @regexp
  end