Module: MyGenerators::Generators::MyScaffoldGenerator

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args) ⇒ Object



26
27
28
# File 'lib/generators/my_scaffold_generator.rb', line 26

def method_missing(method, *args)
  options[method.to_sym]
end