class Trole::Config

Public Class Methods

new(subject_class, options = {}) click to toggle source
Calls superclass method Troles::Common::Config::new
# File lib/trole/config.rb, line 3
def initialize subject_class, options = {}
  super
end