Method: RIO::Rio#==

Defined in:
lib/rio/if/basic.rb

#==(other) ⇒ Object

Equality - calls to_s on other and compares its return value with the value returned by Rio#to_s



49
# File 'lib/rio/if/basic.rb', line 49

def ==(other) target == other end