8 ## redirects to either [] or []=
9 def method_missing(a, val=nil)
13 # log "self[#{key}] = #{val}"
20 ## getter for @table, to perform raw operations
32 ## Note: the @table value is not changed here but in Neuron#value=
34 neuron = Neuron.from_query("type=? AND key=?", @type, x)
36 neuron = Query.create_and_return(@type, x, y)