Class: RoCommands::Generators::Ex

Inherits:
Object
  • Object
show all
Includes:
BaseGenerator
Defined in:
lib/ro_commands/generators/ex.rb

Class Method Summary collapse

Methods included from BaseGenerator

included

Class Method Details

.createObject



10
11
12
13
# File 'lib/ro_commands/generators/ex.rb', line 10

def create
  FileUtils.mkpath dir
  template
end