class NameGen::Config
Attributes
type[RW]
Public Class Methods
new(type = :markov)
click to toggle source
# File lib/name_gen/config.rb, line 5 def initialize(type = :markov) @type = type end