Method: SettingCrazy::Inheritor#initialize

Defined in:
lib/settingcrazy/inheritor.rb

#initialize(via, options = {}) ⇒ Inheritor

Returns a new instance of Inheritor.



4
5
6
7
8
# File 'lib/settingcrazy/inheritor.rb', line 4

def initialize(via, options = {})
  # TODO: Do a reflection look up to make sure its valid
  @via              = via
  @parent_namespace = options[:namespace]
end