From d8e90f555817146d17ec82a55360b6d69c649d67 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Thu, 25 Jul 2019 16:39:28 +0900 Subject: Fix a typo in inspect --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/csv.rb') diff --git a/lib/csv.rb b/lib/csv.rb index aaa0c48231..fcf54a2fa4 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -1306,7 +1306,7 @@ class CSV # 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" -- cgit v1.2.3