Class: Code::Parser::Power
- Inherits:
-
RightOperation
- Object
- Language
- RightOperation
- Code::Parser::Power
- Defined in:
- lib/code/parser/power.rb
Instance Method Summary collapse
Methods inherited from RightOperation
#right_statement, #root, #whitespace, #whitespace?
Instance Method Details
#asterisk ⇒ Object
10 11 12 |
# File 'lib/code/parser/power.rb', line 10 def asterisk str("*") end |
#operator ⇒ Object
14 15 16 |
# File 'lib/code/parser/power.rb', line 14 def operator asterisk << asterisk end |
#statement ⇒ Object
6 7 8 |
# File 'lib/code/parser/power.rb', line 6 def statement Function end |