Class: Ruvi::BufferLineArray
Instance Method Summary collapse
-
#initialize(*k) ⇒ BufferLineArray
constructor
A new instance of BufferLineArray.
- #method_missing(sym, *params) ⇒ Object
Methods inherited from Array
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 |