Class: Fuck::Shakespeare

Inherits:
PayDirt::Base
  • Object
show all
Includes:
Salutations
Defined in:
lib/fuck/shakespeare.rb

Instance Method Summary collapse

Methods included from Salutations

#execute!, included

Constructor Details

#initialize(options = {}) ⇒ Shakespeare

Returns a new instance of Shakespeare.



5
6
7
8
9
10
11
# File 'lib/fuck/shakespeare.rb', line 5

def initialize(options = {})
  options = {
    resource: "shakespeare",
  }.merge(options)

  load_options(:resource, :name, :from, options)
end