class Object

Public Instance Methods

run_command() click to toggle source
# File bin/test-with, line 10
def run_command
  print "\033c"
  system(@command)
end