getMethodList method

String getMethodList()

Implementation

String getMethodList() {
  return "[${methods.join("'")}]";
}