module Versace

Constants

THE_PHRASE
VERSION

Public Class Methods

say_it(times=50) click to toggle source
# File lib/versace.rb, line 5
def self.say_it(times=50)
  times.times{ puts THE_PHRASE }
end