Source: show | on GitHub
# File pkg/RubMat-2.1.5/lib/main.rb, line 31 def clearscr # Clears screen end
# File pkg/RubMat-2.1.5/lib/main.rb, line 25 def command_line print ">=> " comm = gets commnd = comm.chomp puts "" end