Class: Fuck::Life
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Life
constructor
A new instance of Life.
Methods included from Salutations
Constructor Details
#initialize(options = {}) ⇒ Life
Returns a new instance of Life.
9 10 11 12 13 14 15 |
# File 'lib/fuck/life.rb', line 9 def initialize( = {}) = { resource: "life", }.merge() (:resource, :from, ) end |