Class: Envm::Parser
- Inherits:
-
Object
- Object
- Envm::Parser
- Defined in:
- lib/envm/parser.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#filepath ⇒ Object
Returns the value of attribute filepath.
Instance Method Summary collapse
-
#initialize(filepath) ⇒ Parser
constructor
A new instance of Parser.
- #parse ⇒ Object
Constructor Details
#initialize(filepath) ⇒ Parser
Returns a new instance of Parser.
22 23 24 |
# File 'lib/envm/parser.rb', line 22 def initialize(filepath) self.filepath = filepath end |
Instance Attribute Details
#filepath ⇒ Object
Returns the value of attribute filepath.
20 21 22 |
# File 'lib/envm/parser.rb', line 20 def filepath @filepath end |
Instance Method Details
#parse ⇒ Object
26 27 |
# File 'lib/envm/parser.rb', line 26 def parse end |