Skip to content

Commit

Permalink
Fix a typo in inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Jul 25, 2019
1 parent a850be6 commit d8e90f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/csv.rb
Expand Up @@ -1306,7 +1306,7 @@ def shift
# ASCII compatible String.
#
def inspect
str = ["<#", self.class.to_s, " io_type:"]
str = ["#<", self.class.to_s, " io_type:"]
# show type of wrapped IO
if @io == $stdout then str << "$stdout"
elsif @io == $stdin then str << "$stdin"
Expand Down

0 comments on commit d8e90f5

Please sign in to comment.