pdl / Test-Proto

OO test script golf sugar
1 stars 1 forks source link

Allow pArray(1) #43

Open pdl opened 10 years ago

pdl commented 10 years ago

It would be handy to write

pArray($integer) 

i.e.

pArray->count_items($integer)

And possibly even pass hints to the upgrade function so you can do

pArray->grep($condition, 5);