M
manveru
hi to all,
i=C2=B4m trying to build a irc-bot in ruby, and i=C2=B4ve no problem with=
that so far.
but i=C2=B4m trying to minimize the need for a restart, and want to requi=
re=20
some external code at runtime.
i know there is require "external.rb", but this seems to work only once,=20
if i require a script twice while running the program and change it=20
meanwhile, it doesn=C2=B4t seem to use the changed code, and also i don=C2=
=B4t=20
know how i get rid of the last required code.
that=C2=B4s yet another typical noob-question, i beg your pardon
btw, in case you didn=C2=B4t really understood what i need - the same thi=
ng=20
works in php with include("somescript.php") and that=C2=B4s exactly how i=
=20
want it to become.
thx in advance
Michael Fellinger
i=C2=B4m trying to build a irc-bot in ruby, and i=C2=B4ve no problem with=
that so far.
but i=C2=B4m trying to minimize the need for a restart, and want to requi=
re=20
some external code at runtime.
i know there is require "external.rb", but this seems to work only once,=20
if i require a script twice while running the program and change it=20
meanwhile, it doesn=C2=B4t seem to use the changed code, and also i don=C2=
=B4t=20
know how i get rid of the last required code.
that=C2=B4s yet another typical noob-question, i beg your pardon
btw, in case you didn=C2=B4t really understood what i need - the same thi=
ng=20
works in php with include("somescript.php") and that=C2=B4s exactly how i=
=20
want it to become.
thx in advance
Michael Fellinger