Method: Wrapper#==

Defined in:
lib/wrapper.rb

#==(other) ⇒ Object

Compare #self or #resource against the given other.



52
53
54
# File 'lib/wrapper.rb', line 52

def ==(other)
  super || resource == other
end