terabytes()
Returns the number of bytes equivalent to the terabytes provided.
2.terabytes # => 2_199_023_255_552
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 46 def terabytes self * TERABYTE end