Class: Crystalline::Generators::Rakefile

Inherits:
Generator
  • Object
show all
Defined in:
lib/crystalline/generators/rakefile.rb

Class Method Summary collapse

Methods inherited from Generator

generate!, #generate!, hidden?, #initialize, #path, prefix, #template, template_name

Constructor Details

This class inherits a constructor from Crystalline::Generators::Generator

Class Method Details

.command_nameObject



8
9
10
# File 'lib/crystalline/generators/rakefile.rb', line 8

def self.command_name
  :Rakefile
end

.file_nameObject



4
5
6
# File 'lib/crystalline/generators/rakefile.rb', line 4

def self.file_name
  'Rakefile'
end