There's no documentation for this item.
# File initializer.rb, line 705 def find_pair(key) self.each { |i| return i if i.first == key } return false end
<code/>
<pre/>
<code/>and<pre/>for code samples.