265 266 267
# File 'lib/cem/cruzzles.rb', line 265 def self.x(length=1) return vert(length) + hori(length) end