List methods
You can get a list of an object's methods using .^methods
, which is part of the Meta Object Protocol.
Each is represented as a Method
object that contains a bunch of info:
Output:
Last updated
You can get a list of an object's methods using .^methods
, which is part of the Meta Object Protocol.
Each is represented as a Method
object that contains a bunch of info:
Last updated