method
find_pair
v2.2.1 -
Show latest stable
- Class:
Rails::OrderedOptions
find_pair(key)private
No documentation available.
# File railties/lib/initializer.rb, line 1004
def find_pair(key)
self.each { |i| return i if i.first == key }
return false
end