Class: HelloCrush::Give

Inherits:
Object
  • Object
show all
Defined in:
lib/hello_crush/give.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ Give

Returns a new instance of Give.



3
4
5
# File 'lib/hello_crush/give.rb', line 3

def initialize(name)
  @name = name
end

Instance Method Details

#for_youObject



7
8
9
# File 'lib/hello_crush/give.rb', line 7

def for_you
  "#{@name} #{randomg_thing} for you."
end