Class: Cure::Generator::CharacterGenerator

Inherits:
Base
  • Object
show all
Defined in:
lib/cure/generator/base.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#generate

Constructor Details

#initialize(options = nil) ⇒ CharacterGenerator

Returns a new instance of CharacterGenerator.



122
123
124
# File 'lib/cure/generator/base.rb', line 122

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