Sha256: 2ae58580a304026d608c75c956504e00156ccb0c11df1f39c69528a455b26a14
Contents?: true
Size: 117 Bytes
Versions: 1
Compression:
Stored size: 117 Bytes
Contents
class Integer def zip_info(**kwargs) string = self.to_s.rjust(5, '0') string.zip_info(**kwargs) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zipcoder-0.1.0 | lib/ext/integer.rb |