190 191 192 193 194 195 196
# File 'lib/cem/cruzzles.rb', line 190 def x_range if p1.x < p2.x return p1.x..p2.x else return p2.x..p1.x end end