class IRB::EvalHistory

def initialize(size = 16) # :nodoc:

:nodoc:
def initialize(size = 16)  # :nodoc:
  @size = size
  @contents = []
end