Class: Practice::Implementation::Interpreter::Command
- Inherits:
-
Struct
- Object
- Struct
- Practice::Implementation::Interpreter::Command
- Defined in:
- lib/ruby/practice/implementation/interpreter.rb
Overview
The Brainfuck command.
Instance Attribute Summary collapse
-
#symbol ⇒ Object
Returns the value of attribute symbol.
Instance Attribute Details
#symbol ⇒ Object
Returns the value of attribute symbol
8 9 10 |
# File 'lib/ruby/practice/implementation/interpreter.rb', line 8 def symbol @symbol end |