class ThreeTwoOne

Public Class Methods

three_two_one() click to toggle source
# File lib/threetwoone.rb, line 2
def self.three_two_one
  1000.times do |clap|
    print "CLAP "
  end
end