mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/forwardable] Move :stopdoc:
directive
If this is at the top level, it stops the documentation of the
entire module, but not only the part in this file.
34cd2ac4a1
This commit is contained in:
parent
8760b270ed
commit
a884431624
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
# :stopdoc:
|
|
||||||
module Forwardable
|
module Forwardable
|
||||||
|
# :stopdoc:
|
||||||
|
|
||||||
def self._valid_method?(method)
|
def self._valid_method?(method)
|
||||||
catch {|tag|
|
catch {|tag|
|
||||||
eval("BEGIN{throw tag}; ().#{method}", binding, __FILE__, __LINE__)
|
eval("BEGIN{throw tag}; ().#{method}", binding, __FILE__, __LINE__)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue