Object
# File lib/origami/graphics/path.rb, line 45 def initialize(array, phase = 0) @array = array @phase = phase end
# File lib/origami/graphics/path.rb, line 50 def eql?(dash) #:nodoc dash.array == @array and dash.phase == @phase end
[Validate]
Generated with the Darkfish Rdoc Generator 2.