Class: Stockade::Lexemes::Firstname

Inherits:
Dict
  • Object
show all
Defined in:
lib/stockade/lexemes/firstname.rb

Overview

Firstname lexeme

Instance Attribute Summary

Attributes inherited from Base

#raw_value, #start_pos

Class Method Summary collapse

Methods inherited from Dict

#capitalized?, #common_word?, dict, #name, regex, #valid?

Methods inherited from Base

#==, #end_pos, #initialize, #mask, #range, regex, #token, #type, types, #valid?, #value

Constructor Details

This class inherits a constructor from Stockade::Lexemes::Base

Class Method Details

.dict_nameObject



8
9
10
# File 'lib/stockade/lexemes/firstname.rb', line 8

def dict_name
  'firstnames'
end