method
gigabytes
v2.2.1 -
Show latest stable
- Class:
ActiveSupport::CoreExtensions::Numeric::Bytes
gigabytes()public
No documentation available.
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 21
def gigabytes
self * 1024.megabytes
end