# File lib/hirb.rb, line 47
    def add_view(view, options, &block)
      View.add(view, options, &block)
    end