eric6/Utilities/ClassBrowsers/rbclbr.py

changeset 7781
607a6098cb44
parent 7690
a59680062837
child 7836
2f0d208b8137
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
9 Parse enough of a Ruby file to recognize class, module and method definitions 9 Parse enough of a Ruby file to recognize class, module and method definitions
10 and to find out the superclasses of a class as well as its attributes. 10 and to find out the superclasses of a class as well as its attributes.
11 11
12 It is based on the Python class browser found in this package. 12 It is based on the Python class browser found in this package.
13 """ 13 """
14
15 14
16 import re 15 import re
17 16
18 import Utilities 17 import Utilities
19 import Utilities.ClassBrowsers as ClassBrowsers 18 import Utilities.ClassBrowsers as ClassBrowsers

eric ide

mercurial