class Rouge::InheritableHash

def include?(k)

def include?(k)
  super or parent.include?(k)
end