Skip to content

Commit c9f6896

Browse files
committed
style
1 parent 7855dc6 commit c9f6896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/parser/ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def get_symbol_or_name
405405
#
406406
# This routine modifies its +comment+ parameter.
407407

408-
def look_for_directives_in(context, comment)
408+
def look_for_directives_in context, comment
409409
@preprocess.handle comment, context do |directive, param|
410410
case directive
411411
when 'method', 'singleton-method',

0 commit comments

Comments
 (0)