Method: CodeWeb::MethodCall#signature
- Defined in:
- lib/code_web/method_call.rb
#signature ⇒ Object
40 41 42 |
# File 'lib/code_web/method_call.rb', line 40 def signature "#{full_method_name}(#{sorted_args.to_s})#{" yields" if is_yielding}" end |