Method: Hornetseye::INDEX_#initialize
- Defined in:
- lib/multiarray/index.rb
#initialize ⇒ INDEX_
This value must not be instantiated
The method throws an exception.
104 105 106 |
# File 'lib/multiarray/index.rb', line 104 def initialize raise "#{self.class.inspect} must not be instantiated" end |