class Numeric

def bytes

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