Class: Nudge::NilPoint
- Inherits:
-
ProgramPoint
- Object
- ProgramPoint
- Nudge::NilPoint
- Defined in:
- lib/interpreter/programPoints.rb
Instance Method Summary collapse
- #blueprint ⇒ Object
- #blueprint_parts ⇒ Object
- #go(context = nil) ⇒ Object
- #points ⇒ Object
- #tidy ⇒ Object
Methods inherited from ProgramPoint
Instance Method Details
#blueprint ⇒ Object
21 22 23 |
# File 'lib/interpreter/programPoints.rb', line 21 def blueprint "" end |
#blueprint_parts ⇒ Object
17 18 19 |
# File 'lib/interpreter/programPoints.rb', line 17 def blueprint_parts ["",""] end |
#go(context = nil) ⇒ Object
29 30 |
# File 'lib/interpreter/programPoints.rb', line 29 def go(context = nil) end |
#points ⇒ Object
32 33 34 |
# File 'lib/interpreter/programPoints.rb', line 32 def points 0 end |
#tidy ⇒ Object
25 26 27 |
# File 'lib/interpreter/programPoints.rb', line 25 def tidy "" end |