Flowdock
new(size = 16) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/irb/ext/history.rb, line 63
    def initialize(size = 16)
      @size = size
      @contents = []
    end
Register or log in to add new notes.