Sha256: 1890256973b0db67d91bd5bc3630a8343ae6e564c46bb0f3ab234f70808a61e0
Contents?: true
Size: 254 Bytes
Versions: 3
Compression:
Stored size: 254 Bytes
Contents
module Co class Node class List < ::Array def method_missing(method, *args, &block) end def [](*args) case args.first when Symbol, String else super end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ro-1.1.1 | lib/co/node/list.rb |
ro-1.1.0 | lib/co/node/list.rb |
ro-1.0.0 | lib/co/node/list.rb |