class Numeric

def bytes

2.bytes # => 2

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