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