Methods
C
Instance Public methods
clearscr()
# File pkg/RubMat-2.1.5/lib/main.rb, line 31
  def clearscr
    # Clears screen
  end
command_line()
# File pkg/RubMat-2.1.5/lib/main.rb, line 25
  def command_line
  print ">=> "
  comm = gets
  commnd = comm.chomp
  puts ""
  end