Method: EasyType::Generators::RegularTypeGenerator#run
- Defined in:
- lib/easy_type/generators/regular_type_generator.rb
#run ⇒ Object
Run the scaffolder It created the directories and the nescessary files
19 20 21 22 23 |
# File 'lib/easy_type/generators/regular_type_generator.rb', line 19 def run super create_type_source create_provider_source end |