new(size = 16)
No documentation available.
# File lib/irb/ext/history.rb, line 63 def initialize(size = 16) @size = size @contents = [] end