class Object

Constants

CLEAR

executes `clear`

DIFFICULTIES

Public Instance Methods

clear() click to toggle source
# File lib/scores.rb, line 7
def clear
  STDOUT.write CLEAR
end