| Module | MethodSig |
| In: |
lib/methodsig.rb
|
Return the names of the arguments this method takes, in the order in which they appear in the argument list.
If this method has a "block" argument, that is, it has an argument that is preceded by an ampersand (&) in the argument list, then return its index, otherwise return nil.