Class: RedShift::XArray
Overview
These classes are derived from Array for efficient access to contents from C code.
Direct Known Subclasses
Component::ActionPhase, Component::ConnectPhase, Component::EventPhase, Component::GuardPhase, Component::PhaseItem, Component::PostPhase, Component::QMatch, Component::ResetPhase, Component::SyncPhase, Transition
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#inspect ⇒ Object
57 |
# File 'lib/redshift/component.rb', line 57 def inspect; "<#{self.class.name.split("::")[-1]}: #{super[1..-2]}>"; end |