Class: RoCommands::Generators::SpecFile
- Inherits:
-
Object
- Object
- RoCommands::Generators::SpecFile
- Includes:
- BaseGenerator
- Defined in:
- lib/ro_commands/generators/spec_file.rb
Class Method Summary collapse
Methods included from BaseGenerator
Class Method Details
.create(name) ⇒ Object
14 15 16 17 18 |
# File 'lib/ro_commands/generators/spec_file.rb', line 14 def create(name) @name = name FileUtils.mkpath dir tt name end |