Class: DonsGem::TurdPile

Inherits:
Object
  • Object
show all
Defined in:
lib/donsgem/turdpile.rb

Instance Method Summary collapse

Constructor Details

#initialize(somethingorother) ⇒ TurdPile

Returns a new instance of TurdPile.



2
3
4
5
# File 'lib/donsgem/turdpile.rb', line 2

def initialize(somethingorother)
  @somethingorother = somethingorother
  maker
end

Instance Method Details

#makerObject



7
8
9
# File 'lib/donsgem/turdpile.rb', line 7

def maker
  puts "Congratulations, you are the owner of a steaming pile of " + @somethingorother.to_s
end