Method: Numeric#bytes
- Defined in:
- activesupport/lib/active_support/core_ext/numeric/bytes.rb
#bytes ⇒ Object Also known as: byte
Enables the use of byte calculations and declarations, like 45.bytes + 2.6.megabytes
2.bytes # => 2
15 16 17 |
# File 'activesupport/lib/active_support/core_ext/numeric/bytes.rb', line 15 def bytes self end |