Method: Cocoa::NSString#==

Defined in:
lib/cocoa/extensions.rb

#==(other) ⇒ Object



5
6
7
# File 'lib/cocoa/extensions.rb', line 5

def == other
  to_s == other.to_s
end