Method: ResponseMate::Environment#initialize

Defined in:
lib/response_mate/environment.rb

#initialize(filename) ⇒ Environment

Returns a new instance of Environment.



10
11
12
13
# File 'lib/response_mate/environment.rb', line 10

def initialize(filename)
  @filename = filename || ResponseMate.configuration.environment
  parse
end