Skip to content

Commit

Permalink
Revert "make inspect use to_s for Table"
Browse files Browse the repository at this point in the history
This reverts commit 08a8c9a.
  • Loading branch information
sriv committed Aug 16, 2016
1 parent 08a8c9a commit 5a3e48e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ def to_s
col_str.join('|\n') + '|'
end

def inspect
to_s
end

private

def column_values_as_array(col_name)
Expand Down

0 comments on commit 5a3e48e

Please sign in to comment.