keys_with_inspector(inspector)
public
Determines the inspector to use where inspector is one of the keys
passed during inspector definition.
# File lib/irb/inspector.rb, line 54
def self.keys_with_inspector(inspector)
INSPECTORS.select{|k,v| v == inspector}.collect{|k, v| k}
end