Class: ThreeTwoOne

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

Class Method Summary collapse

Class Method Details

.three_two_oneObject



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

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