class Infrastructure::Environment

Public Instance Methods

to_s() click to toggle source
# File lib/infrastructure/environment.rb, line 10
def to_s
  configuration.fetch(:environment).to_s
end