instance method
gigabytes
Ruby on Rails 4.2.9
Since v3.0.20Signature
gigabytes()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 25
def gigabytes
self * GIGABYTE
end
Defined in activesupport/lib/active_support/core_ext/numeric/bytes.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Numeric