class Envm::Parser

Attributes

filepath[RW]

Public Class Methods

new(filepath) click to toggle source
# File lib/envm/parser.rb, line 22
def initialize(filepath)
  self.filepath = filepath
end

Public Instance Methods

parse() click to toggle source
# File lib/envm/parser.rb, line 26
def parse
end