Method: Commons::Integrity::Config#initialize
- Defined in:
- lib/commons/integrity/config.rb
#initialize(supplied_location = nil) ⇒ Config
Returns a new instance of Config.
12 13 14 |
# File 'lib/commons/integrity/config.rb', line 12 def initialize(supplied_location = nil) @supplied_location = supplied_location end |