采集 源码
采集 类型检查集 例 type = String collection = Collection :: Set . new ( type ) collection . add ( 'something' ) collection . entry? { | v | v == 'something' } # => true collection . entry? ( 'something' ) # => true collection . add ( :not_a_string ) # => ArgumentError (:not_a_string must be a String) 通用风格 t
文件列表
collection-master.zip
(预估有个28文件)
collection-master
library-symlinks.sh
1KB
MIT-License.txt
1KB
lib
collection
collection.rb
283B
controls
array.rb
312B
member.rb
216B
controls.rb
73B
暂无评论