allow keyword access to array instances. arrayfields works by adding only a few methods to arrays, namely #fields= and fields, but the #fields= method is hooked to extend an array on a per object basis. in otherwords __only__ those arrays whose fields are set will have auto-magical keyword access bestowed on them - all other arrays remain unaffected. arrays with keyword access require much less memory when compared to hashes/objects and yet still provide fast lookup and preserve data order.
21 lines
813 B
Plaintext
21 lines
813 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/20 17:32:49 jeremy Exp $
|
|
${GEM_LIB}/cache/${DISTNAME}.gem
|
|
${GEM_LIB}/gems/${DISTNAME}/
|
|
${GEM_LIB}/gems/${DISTNAME}/README
|
|
${GEM_LIB}/gems/${DISTNAME}/README.tmpl
|
|
${GEM_LIB}/gems/${DISTNAME}/gemspec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/gen_readme.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/install.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/arrayfields.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/sample/
|
|
${GEM_LIB}/gems/${DISTNAME}/sample/a.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/sample/b.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/sample/c.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/sample/d.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/sample/e.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/arrayfields.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/memtest.rb
|
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|