Class: Romanesco::MultiplicationToken

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



36
37
38
# File 'lib/romanesco/token.rb', line 36

def element
  MultiplicationOperator
end