Details
Description
this worked with 1.6 but not with 1.7-beta-2 any longer:
ExpandoMetaClass.enableGlobally() List.metaClass.methodMissing = { String name, args -> true } def list = [] assert list.noSuchMethod()
this worked with 1.6 but not with 1.7-beta-2 any longer:
ExpandoMetaClass.enableGlobally() List.metaClass.methodMissing = { String name, args -> true } def list = [] assert list.noSuchMethod()