J
Jonathan Leighton
Is there a way to pass each item is a hash as a successive argument to a
function?
ie:
time = {
:year => 2003
:month => 03
:day => 24
}
Time.local(time)
(that wouldn't work but you get the idea)
Cheers
function?
ie:
time = {
:year => 2003
:month => 03
:day => 24
}
Time.local(time)
(that wouldn't work but you get the idea)
Cheers