Actions
Bug #13273
closed[DOC] Proc#call docs show "Document-method: []" directive
Bug #13273: [DOC] Proc#call docs show "Document-method: []" directive
Description
The documentation for Proc#call displays one of its Document-method directives as a code block:
$ ri Proc.call ------------------------------------------------------------------------------ prc.call(params,...) -> obj ------------------------------------------------------------------------------ Document-method: [] Invokes the block, ... See also https://docs.ruby-lang.org/en/2.3.0/Proc.html#method-i-call.
Actions