class Testofclap

Public Class Methods

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