Class: Infrastructure::Environment
- Inherits:
-
Object
- Object
- Infrastructure::Environment
- Includes:
- Configurable
- Defined in:
- lib/infrastructure/environment.rb
Instance Method Summary collapse
Methods included from Configurable
#after_assignment, #after_configure, #before_assignment, #before_configure, #callback, #callbacks, #configuration, #configuration_accessor, included
Instance Method Details
#to_s ⇒ Object
10 11 12 |
# File 'lib/infrastructure/environment.rb', line 10 def to_s configuration.fetch(:environment).to_s end |