Skip to content

[Enhancement] add arity attribute for method - #270

Open
khchen wants to merge 1 commit into
ThakeeNathees:masterfrom
khchen:methoid_arity
Open

[Enhancement] add arity attribute for method#270
khchen wants to merge 1 commit into
ThakeeNathees:masterfrom
khchen:methoid_arity

Conversation

@khchen

@khchen khchen commented Jul 7, 2022

Copy link
Copy Markdown

Example:

class Foo
  def test(a, b, c) end
end
print(Foo.test.arity)

Output:
3

@khchen khchen changed the title add arity attribute for method [Enhancement] add arity attribute for method Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant