Method: Origami::Graphics::Path#initialize
- Defined in:
- lib/origami/graphics/path.rb
#initialize ⇒ Path
Returns a new instance of Path.
73 74 75 76 77 |
# File 'lib/origami/graphics/path.rb', line 73 def initialize @segments = [] @current_point = nil @closed = false end |