class Threetwoone4

Public Class Methods

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