for example
newparam(:foo) do
end
newparam(:bar) do
self[:foo] #This gives me eroor. How can I access the above parameter in custom type?
end
↧