Method: Muding::Generator::Options::ClassMethods#full_options
- Defined in:
- lib/muding_generator/options.rb
#full_options(runtime_options = {}) ⇒ Object
Merge together our class options. In increasing precedence:
(class default )
(provided as argument)
(class mandatory )
43 44 45 |
# File 'lib/muding_generator/options.rb', line 43 def ( = {}) .merge().merge() end |