Class: Tokenzr::Charset::Conflict
- Inherits:
-
Struct
- Object
- Struct
- Tokenzr::Charset::Conflict
- Defined in:
- lib/tokenzr/charset.rb
Overview
Raised when a character appears in more than one charset.
Instance Attribute Summary collapse
-
#char ⇒ Object
Returns the value of attribute char.
-
#sets ⇒ Object
Returns the value of attribute sets.
Instance Attribute Details
#char ⇒ Object
Returns the value of attribute char
83 84 85 |
# File 'lib/tokenzr/charset.rb', line 83 def char @char end |
#sets ⇒ Object
Returns the value of attribute sets
83 84 85 |
# File 'lib/tokenzr/charset.rb', line 83 def sets @sets end |