Class: RedShift::XArray

Inherits:
Array show all
Defined in:
lib/redshift/component.rb

Overview

These classes are derived from Array for efficient access to contents from C code.

Instance Method Summary collapse

Methods inherited from Array

#diff, #filter

Instance Method Details

#inspectObject



57
# File 'lib/redshift/component.rb', line 57

def inspect; "<#{self.class.name.split("::")[-1]}: #{super[1..-2]}>"; end