# File lib/innodb/data_dictionary.rb, line 386 def object_by_field(method, field, value) send(method).select { |o| o[field] == value }.first end