class EacRubyUtils::Byte

def assert(obj)

def assert(obj)
  return obj if obj.is_a?(self)
  new(obj.to_i)
end