Sha256: 24c42d21419ab28680d0f61c797f7c642f3c8174b50c4dba02471092e3335d2e
Contents?: true
Size: 180 Bytes
Versions: 3
Compression:
Stored size: 180 Bytes
Contents
module Bumpspark module Formats module String # Generate a string def to_s scaled_numbers.join(', ') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bumpspark-2.0.0 | lib/bumpspark/formats/string.rb |
bumpspark-1.1.1 | lib/bumpspark/formats/string.rb |
bumpspark-1.1.0 | lib/bumpspark/formats/string.rb |