Libraries
»
humanize-bytes
(2.2.0)
»
Index
»
Humanize
»
Byte
»
#to_g
Method: Humanize::Byte#to_g
Defined in:
lib/humanize/byte.rb
#
to_g
⇒
Object
15 16 17
# File 'lib/humanize/byte.rb', line 15
def
to_g
Giga
.
new
@value
/
1024.0
/
1024
/
1024
end