# File lib/hirb.rb, line 52 def add_dynamic_view(view, options, &block) DynamicView.add(view, options, &block) end