# File basiclibrary.rb, line 95 def convert_symbol_keys! self.each_key{ |k| self[k.id2name]=self.delete(k) if k.class==Symbol } self end