ehlo.
> You can't - "someday" isn't yet :-) The zip module you can see at http://sourceforge.net/projects/rubyzip
Yes, I've looked at it. Well, the task is solvable with the module,
but not too streightforward. I should call smth like
class_as_string = zipfile.get_file("classname.rb")
eval(class_as_string)
but I'd like to see plain
load "classname.rb"
while having "myarchive.zip" in loader path ($:, AFAIR?)
Well, thank you for information.
dozen