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