# File lib/generators/mustache/install/templates/lib/mustache_rails.rb, line 16
    def respond_to?(method, include_private=false)
      super(method, include_private) || view.respond_to?(method, include_private)
    end