# File lib/facet/harray.rb, line 351 def rassoc(k) (0...self.length).each { |i| return self.fetch(i) if self.fetch(i)[1] == k } return nil end