class Lookbook::PageEntity

def respond_to_missing?(method_name, include_private = false)

Other tags:
    Api: - private
def respond_to_missing?(method_name, include_private = false)
  frontmatter.key?(method_name) || super
end