Method: Numeric#bytes

Defined in:
lib/active_support/core_ext/numeric/bytes.rb

#bytesObject Also known as: byte

Enables the use of byte calculations and declarations, like 45.bytes + 2.6.megabytes



10
11
12
# File 'lib/active_support/core_ext/numeric/bytes.rb', line 10

def bytes
  self
end