bytes()
Enables the use of byte calculations and declarations, like 45.bytes + 2.6.megabytes
2.bytes # => 2
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 15 def bytes self end