megabytes()
Returns the number of bytes equivalent to the megabytes provided.
2.megabytes # => 2_097_152
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 30 def megabytes self * MEGABYTE end