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.
13 14 15 16 17 18 19 |
# File 'lib/fuck/life.rb', line 13 def initialize( = {}) = { resource: "life", }.merge() (:resource, :from, ) end |