Flowdock
method

call

Importance_0
call(template, source) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/template/handlers/erb.rb, line 21
        def self.call(template, source)
          new.call(template, source)
        end
Register or log in to add new notes.