protected Method

Options.full_options(runtime_options = {})

Merge together our instance options. In increasing precedence:

default_options   (class default options)
options           (instance options)
runtime_options   (provided as argument)
mandatory_options (class mandatory options)

Source Code

# File rails_generator/options.rb, line 70
def full_options(runtime_options = {})
  self.class.full_options(options.merge(runtime_options))
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.