extend your class with this
# File lib/innate/options/dsl.rb, line 187 def self.included(into) into.extend(SingletonMethods) snaked = into.name.split('::').last snaked = snaked.gsub(/\B[A-Z][^A-Z]/, '_\&').downcase.gsub(' ', '_') options = Innate.options.sub(snaked) into.instance_variable_set(:@options, options) end
Generated with the Darkfish Rdoc Generator 2.