T
trans. (T. Onoma)
I've come across this a few times now and don't understand why its a syntax
error:
@f << *(c.attributes.collect{ |k,v| "#{k}=#{v}" })
Where c.attributes is a hash.
Thanks,
T.
error:
@f << *(c.attributes.collect{ |k,v| "#{k}=#{v}" })
Where c.attributes is a hash.
Thanks,
T.