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