SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
8
devel/ruby-arrayfields/pkg/DESCR
Normal file
8
devel/ruby-arrayfields/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue