Skip to content

Commit 34cd2ac

Browse files
committed
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.
1 parent 9c7eff0 commit 34cd2ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/forwardable/impl.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# :stopdoc:
21
module Forwardable
2+
# :stopdoc:
3+
34
def self._valid_method?(method)
45
catch {|tag|
56
eval("BEGIN{throw tag}; ().#{method}", binding, __FILE__, __LINE__)

0 commit comments

Comments
 (0)