method

gigabytes

gigabytes()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 21
        def gigabytes
          self * 1024.megabytes 
        end