Method: AppCfg::Source#initialize
- Defined in:
- lib/appcfg/source.rb
#initialize(options = {}) ⇒ Source
Returns a new instance of Source.
9 10 11 |
# File 'lib/appcfg/source.rb', line 9 def initialize(={}) @hash = end |
Returns a new instance of Source.
9 10 11 |
# File 'lib/appcfg/source.rb', line 9 def initialize(={}) @hash = end |