Skip to content

Commit aa06490

Browse files
committed
Fixed RDoc location
1 parent 9603fec commit aa06490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ruby2_keywords.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Module
22
unless private_method_defined?(:ruby2_keywords, true)
3+
private
34
# call-seq:
45
# ruby2_keywords(method_name, ...)
56
#
67
# Does nothing.
7-
private
88
def ruby2_keywords(name, *)
99
# nil
1010
end

0 commit comments

Comments
 (0)