Class Parser::UnitToken
In: lib/facet/parser.rb
Parent: Object

Unit Token Definition Class

Methods

new   start   unit?  

Attributes

key  [RW] 

Public Class methods

Public Instance methods

def raw? ; @type == :raw ; end def normal? ; @type != :raw && @type != :unit ; end

[Validate]