lib/rays/point.rb in rays-0.1.47 vs lib/rays/point.rb in rays-0.1.48
- old
+ new
@@ -45,10 +45,10 @@
ret = y <=> o.y; return ret if ret != 0
z <=> o.z
end
def inspect()
- "#<Rays::Point #{to_a(3).join ', '}>"
+ "#<Rays::Point #{to_a(3).join ' '}>"
end
end# Point