class Reline::History

def [](index)

def [](index)
  index = check_index(index) unless index.is_a?(Range)
  super(index)
end