method
new
new(size = 16)
public
Hide source
# File lib/irb/ext/history.rb, line 54 def initialize(size = 16) @size = size @contents = [] end