class Page

def has_or_inherits_part?(name)

def has_or_inherits_part?(name)
  has_part?(name) || inherits_part?(name)
end