method

new

v2_6_3 - Show latest stable - Class: IRB::History
new(size = 16)
public

No documentation available.

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