Class: Fuck::Thing
- Inherits:
-
PayDirt::Base
- Object
- PayDirt::Base
- Fuck::Thing
- Includes:
- Salutations
- Defined in:
- lib/fuck/thing.rb
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.
5 6 7 8 9 10 11 |
# File 'lib/fuck/thing.rb', line 5 def initialize( = {}) = { resource: "thing", }.merge() (:resource, :from, ) end |