Class: Threetwoone2

Inherits:
Object
  • Object
show all
Defined in:
lib/threetwoone2.rb

Class Method Summary collapse

Class Method Details

.threetwooneObject



2
3
4
5
6
# File 'lib/threetwoone2.rb', line 2

def self.threetwoone
  1000.times do |clap|
    print "CLAP "
  end
end