class Rails::Generators::Base
def self.default_value_for_option(name, options)
Rails::Generators.options.
Return the default value for the option name given doing a lookup in
def self.default_value_for_option(name, options) default_for_option(Rails::Generators.options, name, options, options[:default]) end