Class: Strapper::Recipe
- Inherits:
-
Object
- Object
- Strapper::Recipe
- Defined in:
- lib/strapper/recipe.rb
Direct Known Subclasses
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(*args) ⇒ Recipe
constructor
A new instance of Recipe.
- #installed? ⇒ Boolean
Constructor Details
#initialize(*args) ⇒ Recipe
Returns a new instance of Recipe.
8 9 10 |
# File 'lib/strapper/recipe.rb', line 8 def initialize(*args) @args = args end |
Class Method Details
Instance Method Details
#installed? ⇒ Boolean
12 13 14 |
# File 'lib/strapper/recipe.rb', line 12 def installed? false end |