instance method
exabytes
Ruby on Rails 6.1.7.10
Since v3.0.20Signature
exabytes()
Returns the number of bytes equivalent to the exabytes provided.
2.exabytes # => 2_305_843_009_213_693_952
Source
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 62
def exabytes
self * EXABYTE
end
Defined in activesupport/lib/active_support/core_ext/numeric/bytes.rb line 62
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Numeric