Flowdock
new(string, encoding) 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/error.rb, line 14
    def initialize(string, encoding)
      @string, @encoding = string, encoding
    end
Register or log in to add new notes.