method

new

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

No documentation available.

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