Method: Humanize::Byte#to_g

Defined in:
lib/humanize/byte.rb

#to_gObject



15
16
17
# File 'lib/humanize/byte.rb', line 15

def to_g
  Giga.new @value / 1024.0 / 1024 / 1024
end