Method: Bogus::RecordingProxy#==

Defined in:
lib/bogus/recording_proxy.rb

#==(other) ⇒ Object

apparently even BasicObject has an equality operator



15
16
17
# File 'lib/bogus/recording_proxy.rb', line 15

def ==(other)
  method_missing(:==, other)
end