Method: Numeric#zettabytes
- Defined in:
- activesupport/lib/active_support/core_ext/numeric/bytes.rb
#zettabytes ⇒ Object Also known as: zettabyte
Returns the number of bytes equivalent to the zettabytes provided.
2.zettabytes # => 2_361_183_241_434_822_606_848
71 72 73 |
# File 'activesupport/lib/active_support/core_ext/numeric/bytes.rb', line 71 def zettabytes self * ZETTABYTE end |