We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7855dc6 commit c9f6896Copy full SHA for c9f6896
lib/rdoc/parser/ruby.rb
@@ -405,7 +405,7 @@ def get_symbol_or_name
405
#
406
# This routine modifies its +comment+ parameter.
407
408
- def look_for_directives_in(context, comment)
+ def look_for_directives_in context, comment
409
@preprocess.handle comment, context do |directive, param|
410
case directive
411
when 'method', 'singleton-method',
0 commit comments