Sha256: 94f6db2c34cc47c05f8ede26be71917deffbf146b78308a48bb9ec0f3c06f083
Contents?: true
Size: 163 Bytes
Versions: 1
Compression:
Stored size: 163 Bytes
Contents
module NationalGrid module Round def round(decimal_places = 0) self.class.new(*to_a.map {|ordinate| ordinate.round(decimal_places)}) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
national_grid-0.2.0 | lib/national_grid/round.rb |