# File lib/nanoc/extra/file_proxy.rb, line 19
    def respond_to?(meth)
      file_instance_methods.include?(meth.to_sym)
    end