Method: EasyType::Generators::RegularTypeGenerator#run

Defined in:
lib/easy_type/generators/regular_type_generator.rb

#runObject

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