# File mrplot.rb, line 136 def draw_lines(points, style) (0 .. points.size-1).step(2) do |i| atom_drawline(points[i], points[i+1], style) end end