Class: Nudge::ProgramPoint

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

Instance Method Summary collapse

Instance Method Details

#each {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



10
11
12
# File 'lib/interpreter/programPoints.rb', line 10

def each
  yield self
end

#pointsObject



6
7
8
# File 'lib/interpreter/programPoints.rb', line 6

def points
  1
end