Method: Maiden.precision=

Defined in:
lib/maiden.rb

.precision=(p) ⇒ Object

gridsquare size



12
13
14
# File 'lib/maiden.rb', line 12

def self.precision= p
  @@GRID_SIZE = p.to_i
end