Project

General

Profile

Actions

Bug #13273

closed

[DOC] Proc#call docs show "Document-method: []" directive

Added by stomar (Marcus Stollsteimer) about 7 years ago. Updated about 7 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]
[ruby-core:79887]

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.


Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #13275: RDoc bug for "Document-method: []"ClosedActions
Actions #1

Updated by stomar (Marcus Stollsteimer) about 7 years ago

  • Status changed from Open to Closed

Applied in changeset r57765.


proc.c: documentation for Proc#{call,yield,[]}

  • proc.c: [DOC] fix and improve docs for Proc#{call,yield,[]}:

    • change order of Document-method directives as workaround for an
      RDoc rendering problem where the documentation for Proc#call displays
      a "Document-method: []" code block. [ruby-core:79887] [Bug #13273]
    • add missing call-seq and example for Proc#yield
    • remove pointless cross reference to Proc#yield
    • update description for handling of extra or missing arguments,
      improve examples and add cross reference to #lambda?
Actions #2

Updated by stomar (Marcus Stollsteimer) about 7 years ago

  • Related to Bug #13275: RDoc bug for "Document-method: []" added

Updated by naruse (Yui NARUSE) about 7 years ago

  • Backport changed from 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN to 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: DONE

ruby_2_4 r57923 merged revision(s) 57765.

Actions #4

Updated by nagachika (Tomoyuki Chikanaga) about 7 years ago

  • Backport changed from 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: DONE to 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE

Updated by usa (Usaku NAKAMURA) about 7 years ago

  • Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE to 2.2: DONE, 2.3: REQUIRED, 2.4: DONE

ruby_2_2 r58105 merged revision(s) 57765.

Updated by nagachika (Tomoyuki Chikanaga) about 7 years ago

  • Backport changed from 2.2: DONE, 2.3: REQUIRED, 2.4: DONE to 2.2: DONE, 2.3: DONE, 2.4: DONE

ruby_2_3 r58185 merged revision(s) 57765.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0