Hi all,

I'm using the 1.3dev from the git with Nodejs.
I'm still learning and I was guessing how to use the Hash object.

Of course I have this:
require.paths.push('./moo/');
require('MooTools').apply(GLOBAL);

and later:

var Pippo = new Class({
...........
});

and It works.

but this doesn't work:

var hh = new Hash(); //not work

var test = { "a", 1, "b", 2 }; // I thought the object were just
extended :P
test.getKeys(); //no way
test.keys(); // nope.

So... any hint? :)
What I'm missing?

Reply via email to