Class: Ruvi::BufferLineArray

Inherits:
Array
  • Object
show all
Defined in:
lib/buffer.rb

Instance Method Summary collapse

Methods inherited from Array

#insert_after

Constructor Details

#initialize(*k) ⇒ BufferLineArray

Returns a new instance of BufferLineArray.



44
45
46
# File 'lib/buffer.rb', line 44

def initialize *k
    super(*k)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(sym, *params) ⇒ Object



47
48
49
# File 'lib/buffer.rb', line 47

def method_missing sym, *params
    super(*params)
end