Class: Fuck::Thing
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Thing
constructor
A new instance of Thing.
Methods included from Salutations
Constructor Details
#initialize(options = {}) ⇒ Thing
Returns a new instance of Thing.
14 15 16 17 18 19 20 |
# File 'lib/fuck/thing.rb', line 14 def initialize( = {}) = { resource: [:thing], }.merge() (:thing, :from, ) end |