Class: Roasted::Roaster::Parser
- Inherits:
-
Object
- Object
- Roasted::Roaster::Parser
- Defined in:
- lib/roasted/roaster.rb
Instance Attribute Summary collapse
-
#runlist ⇒ Object
readonly
Returns the value of attribute runlist.
Instance Method Summary collapse
- #app(appname, options = {}, &block) ⇒ Object
- #brew(formula) ⇒ Object
-
#initialize ⇒ Parser
constructor
A new instance of Parser.
Constructor Details
#initialize ⇒ Parser
Returns a new instance of Parser.
24 25 26 |
# File 'lib/roasted/roaster.rb', line 24 def initialize @runlist = [] end |
Instance Attribute Details
#runlist ⇒ Object (readonly)
Returns the value of attribute runlist.
22 23 24 |
# File 'lib/roasted/roaster.rb', line 22 def runlist @runlist end |