Method: CellularMap::Zone#width

Defined in:
lib/cellular_map/zone.rb

#widthObject

Zone’s width.



27
28
29
# File 'lib/cellular_map/zone.rb', line 27

def width
  @x.count
end