instance method
megabytes
Ruby on Rails 5.0.7.2
Since v3.0.20Signature
megabytes()
Returns the number of bytes equivalent to the megabytes provided.
2.megabytes # => 2_097_152
Source
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 28
def megabytes
self * MEGABYTE
end
Defined in activesupport/lib/active_support/core_ext/numeric/bytes.rb line 28
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Numeric