Skip to content

Commit 5831af1

Browse files
committed
style
1 parent 9edb4fc commit 5831af1

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
@@ -662,7 +662,7 @@ def parse_class(container, single, tk, comment)
662662
##
663663
# Parses a constant in +context+ with +comment+
664664

665-
def parse_constant(container, tk, comment)
665+
def parse_constant container, tk, comment
666666
offset = tk.seek
667667
line_no = tk.line_no
668668

0 commit comments

Comments
 (0)