Module: Guys

Extended by:
Guys
Included in:
Guys
Defined in:
lib/guys.rb

Overview

This contains all the guys.

Instance Method Summary collapse

Instance Method Details

#random_berryObject

Returns a random berry.



6
7
8
9
# File 'lib/guys.rb', line 6

def random_berry
  berry_kinds = %w(straw rasp black blue cran elder goose wild clone bumble)
  berry_kinds.sample + "berry"
end