class Pry::Helpers::Table

def ==(other)

def ==(other)
  items == other.to_a
end