Skip to content

Commit 4a1c74b

Browse files
toshimaruhsbt
authored andcommitted
chore: Remove unnecessary argument for join method
1 parent 452e4a2 commit 4a1c74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/token_stream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def token_stream
112112
# Returns a string representation of the token stream
113113

114114
def tokens_to_s
115-
token_stream.compact.map { |token| token[:text] }.join ''
115+
token_stream.compact.map { |token| token[:text] }.join
116116
end
117117

118118
end

0 commit comments

Comments
 (0)