I’m taking warnings seriously, and would like to get rid of this one. But if
I just comment out the to_a, like this…
def list(val)
tk_split_list(val) # .to_a
end
…then things downstream break.
I would download the latest RubyTk, just to look for it, but I can’t find
its tarball. What’s with all the links going nowhere? Where is RubyTk’s RAA
entry??
It’s dropping into Kernel#to_a and the warning is
serving its purpose: - Causing fear and panic
throughout the land
I would download the latest RubyTk, just to look for it,
but I can’t find its tarball. What’s with all the links
going nowhere? Where is RubyTk’s RAA entry??
It’s in source distro’s (from e.g. ruby-lang.org)
or you could pick it out from CVS if you’re into
that kind of thing.