Class: Frepl::Statement
- Inherits:
-
Object
- Object
- Frepl::Statement
- Defined in:
- lib/frepl/statement.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#accept ⇒ Object
11 12 13 |
# File 'lib/frepl/statement.rb', line 11 def accept raise NotImplementedError end |
#incomplete? ⇒ Boolean
3 4 5 |
# File 'lib/frepl/statement.rb', line 3 def incomplete? raise NotImplementedError end |
#output ⇒ Object
7 8 9 |
# File 'lib/frepl/statement.rb', line 7 def output raise NotImplementedError end |