# File lib/pry/helpers/table.rb, line 32 def initialize items, args = {} @column_count = args[:column_count] self.items = items end