Class: Cure::Generator::CharacterGenerator

Inherits:
BaseGenerator show all
Defined in:
lib/cure/generator/character_generator.rb

Instance Attribute Summary

Attributes inherited from BaseGenerator

#options

Instance Method Summary collapse

Methods inherited from BaseGenerator

#describe, #generate

Constructor Details

#initialize(options = nil) ⇒ CharacterGenerator

Returns a new instance of CharacterGenerator.



9
10
11
# File 'lib/cure/generator/character_generator.rb', line 9

def initialize(options=nil)
  super(options)
end