Method: Ruvi::BufferListing#initialize

Defined in:
lib/buffer.rb

#initializeBufferListing

Returns a new instance of BufferListing.



10
11
12
13
# File 'lib/buffer.rb', line 10

def initialize
    @id2buffer = {}
    @open_buffers = []
end