method
megabytes
v3.0.0 -
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