instance method
megabytes
Ruby on Rails 6.0.6
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 30
def megabytes
self * MEGABYTE
end
Defined in activesupport/lib/active_support/core_ext/numeric/bytes.rb line 30
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Numeric