method
gigabytes
v4.2.7 -
Show latest stable
- Class:
Numeric
gigabytes()public
No documentation available.
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 25
def gigabytes
self * GIGABYTE
end gigabytes()No documentation available.
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 25
def gigabytes
self * GIGABYTE
end