Ehm what is happening here..
This code................................
funckey = edit_line
funcval = edit_line
button "go" do
a.write_func funckey.text, funcval.text
end
............................................
calls this method
def write_func key,value
@functies.store key, value
end
-------------------------------------------
Which raise the next error.........................