Method: Ron::GraphTrace#initialize
- Defined in:
- lib/ron/graphedge.rb
#initialize(points = []) ⇒ GraphTrace
Returns a new instance of GraphTrace.
13 14 15 |
# File 'lib/ron/graphedge.rb', line 13 def initialize(points=[]) @points=points end |