class IRB::Inspector

def self.keys_with_inspector(inspector)

during inspector definition.
Determines the inspector to use where +inspector+ is one of the keys passed
def self.keys_with_inspector(inspector)
  INSPECTORS.select{|k,v| v == inspector}.collect{|k, v| k}
end