method
megabytes
v3.2.13 -
Show latest stable
- Class:
Numeric
megabytes()public
No documentation available.
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 20
def megabytes
self * MEGABYTE
end megabytes()No documentation available.
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 20
def megabytes
self * MEGABYTE
end