72 73 74 75 76 77 78
# File 'lib/whence.rb', line 72 def <<(vertex) if __getobj__ super else __setobj__(vertex) end end