Class: Nudge::NilPoint

Inherits:
ProgramPoint show all
Defined in:
lib/interpreter/programPoints.rb

Instance Method Summary collapse

Methods inherited from ProgramPoint

#each

Instance Method Details

#blueprintObject



21
22
23
# File 'lib/interpreter/programPoints.rb', line 21

def blueprint
  ""
end

#blueprint_partsObject



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

#pointsObject



32
33
34
# File 'lib/interpreter/programPoints.rb', line 32

def points
  0
end

#tidyObject



25
26
27
# File 'lib/interpreter/programPoints.rb', line 25

def tidy
  ""
end