Method: JustGo::Chain#initialize
- Defined in:
- lib/just_go/chain.rb
#initialize(points: []) ⇒ Chain
Returns a new instance of Chain.
11 12 13 |
# File 'lib/just_go/chain.rb', line 11 def initialize(points: []) @points = points end |