Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/xcode_trash_remover/int_pretty_size.rb

Instance Method Summary collapse

Instance Method Details

#prettyObject



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