Method: Trole::Config#initialize
- Defined in:
- lib/trole/config.rb
#initialize(subject_class, options = {}) ⇒ Config
Returns a new instance of Config.
3 4 5 |
# File 'lib/trole/config.rb', line 3 def initialize subject_class, = {} super end |