method

==

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: ActionView::OutputBuffer
==(other) 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/buffers.rb, line 81
    def ==(other)
      other.class == self.class && @raw_buffer == other.to_str
    end
Register or log in to add new notes.