Method: Pakyow::Presenter::View#==

Defined in:
lib/pakyow/presenter/view.rb

#==(other) ⇒ Object

Returns true if self equals other.



392
393
394
# File 'lib/pakyow/presenter/view.rb', line 392

def ==(other)
  other.is_a?(self.class) && @object == other.object
end