Method: Hoss::Config::Options.extended

Defined in:
lib/hoss/config/options.rb

.extended(kls) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



148
149
150
151
# File 'lib/hoss/config/options.rb', line 148

def self.extended(kls)
  kls.instance_eval { extend ClassMethods }
  kls.class_eval { include InstanceMethods }
end