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