Class: Arborist::Configuration
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Arborist::Configuration
- Defined in:
- lib/arborist/configuration.rb
Instance Method Summary collapse
-
#initialize(props = {}) {|_self| ... } ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize(props = {}) {|_self| ... } ⇒ Configuration
Returns a new instance of Configuration.
16 17 18 19 |
# File 'lib/arborist/configuration.rb', line 16 def initialize props={} super yield self if block_given? end |