Class: Nudge::ProgramPoint
- Inherits:
-
Object
- Object
- Nudge::ProgramPoint
- Defined in:
- lib/interpreter/programPoints.rb
Direct Known Subclasses
CodeblockPoint, InstructionPoint, NilPoint, ReferencePoint, ValuePoint
Instance Method Summary collapse
Instance Method Details
#each {|_self| ... } ⇒ Object
10 11 12 |
# File 'lib/interpreter/programPoints.rb', line 10 def each yield self end |
#points ⇒ Object
6 7 8 |
# File 'lib/interpreter/programPoints.rb', line 6 def points 1 end |