Class: Romanesco::DivisionToken

Inherits:
OperatorToken show all
Defined in:
lib/romanesco/token.rb

Instance Attribute Summary

Attributes inherited from Token

#expression_part

Instance Method Summary collapse

Methods inherited from OperatorToken

#state_machine_class

Methods inherited from Token

#initialize, #state_machine_class

Constructor Details

This class inherits a constructor from Romanesco::Token

Instance Method Details

#elementObject



42
43
44
# File 'lib/romanesco/token.rb', line 42

def element
  DivisionOperator
end