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