class Plumb::Schema

def &(other)

def &(other)
  self.class.new(_hash & other._hash)
end