[Source]
# File sources/parser/graphics/path.rb, line 64 64: def initialize(from, to) 65: @from, @to = from, to 66: end
[Validate]