method
megabytes
v2.0.3 -
Show latest stable
- Class:
ActiveSupport::CoreExtensions::Numeric::Bytes
megabytes()public
No documentation available.
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 16
def megabytes
self * 1024.kilobytes
end