Details
-
Documentation
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.4.5
-
None
Description
The current explanation at http://docs.groovy-lang.org/latest/html/api/groovy/lang/MetaClass.html is not clear.
I know that there is an explanation at http://www.groovy-lang.org/mailing-lists.html#nabble-td388327 but it just shows that Graeme added a method. I am guessing he added getMetaMethods.
As far as I can tell by running them getMethods is giving non-meta methods while getMetaMethods is only giving the meta.