# File lib/hashery/sparsearray.rb, line 29
def
self
.
[]
(
*
args
)
s
=
new
args
.
each
{
|
e
|
s
<<
e
}
s
end