class Threetwoone3

Public Class Methods

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