Class: Threetwoone2
- Inherits:
-
Object
- Object
- Threetwoone2
- Defined in:
- lib/threetwoone2.rb
Class Method Summary collapse
Class Method Details
.threetwoone ⇒ Object
2 3 4 5 6 |
# File 'lib/threetwoone2.rb', line 2 def self.threetwoone 1000.times do |clap| print "CLAP " end end |