# File lib/active_support/core_ext/numeric/bytes.rb, line 16
def
megabytes
self
*
1024
.
kilobytes
end