Method: Envm::Parser#initialize
- Defined in:
- lib/envm/parser.rb
#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 |
Returns a new instance of Parser.
22 23 24 |
# File 'lib/envm/parser.rb', line 22 def initialize(filepath) self.filepath = filepath end |