--- a/Utilities/ClassBrowsers/rbclbr.py Sun Sep 29 15:54:10 2013 +0200 +++ b/Utilities/ClassBrowsers/rbclbr.py Sun Sep 29 18:22:08 2013 +0200 @@ -242,13 +242,13 @@ def readmodule_ex(module, path=[]): - ''' + """ Read a Ruby file and return a dictionary of classes, functions and modules. @param module name of the Ruby file (string) @param path path the file should be searched in (list of strings) @return the resulting dictionary - ''' + """ global _modules dict = {}