Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/universum/universum.rb
Class Method Summary collapse
Class Method Details
.of(*args) ⇒ Object
110 111 112 |
# File 'lib/universum/universum.rb', line 110 def self.of( *args ) Array.new ## that is, "plain" [] with all "standard" defaults end |