# File lib/rubigen/options.rb, line 16 def inherited_with_options(sub) inherited_without_options(sub) if respond_to?(:inherited_without_options) sub.extend(RubiGen::Options::ClassMethods) end