Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/xcode_trash_remover/int_pretty_size.rb
Instance Method Summary collapse
Instance Method Details
#pretty ⇒ Object
4 5 6 7 |
# File 'lib/xcode_trash_remover/int_pretty_size.rb', line 4 def pretty s = to_s + ' B' Filesize.from(s).pretty end |