goto icon indicating copy to clipboard operation
goto copied to clipboard

support for Ruby 2.0 named arguments and Rubymotion (obj-c) methods

Open wprater opened this issue 11 years ago • 1 comments

Rubymotion uses Obj-c style methods using Ruby 2.0's named arguments feature. Currently these arguments are not display in the dialogue for your tool. It would be great if the named arguments were parsed and displayed in the dialogue.

wprater avatar Apr 02 '14 05:04 wprater

Could you send me an example file? Nothing real from your code, just a sample file with one or two example methods?

If I understand correctly it would be helpful to have the function signature in many languages that support function overloading, such as C++.

mkleehammer avatar Apr 02 '14 11:04 mkleehammer