instance method
megabytes
Ruby on Rails 4.0.13
Since v3.0.20Signature
megabytes()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 20
def megabytes
self * MEGABYTE
end
Defined in activesupport/lib/active_support/core_ext/numeric/bytes.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Numeric