Module: Memorable::InstanceMethods
- Included in:
- RecipeInspiration::Course, RecipeInspiration::Recipes
- Defined in:
- lib/CLI_project/concerns/memorable.rb
Instance Method Summary collapse
Instance Method Details
#initialize(name = nil, url = nil) ⇒ Object
5 6 7 8 9 |
# File 'lib/CLI_project/concerns/memorable.rb', line 5 def initialize(name = nil, url = nil) @name = name @url = url self.class.all << self end |