diff --git a/Source/Modules/ruby.cxx b/Source/Modules/ruby.cxx index c407471d6..94b03cffa 100644 --- a/Source/Modules/ruby.cxx +++ b/Source/Modules/ruby.cxx @@ -1908,7 +1908,7 @@ public: p = NewParm(NewString("bool"), NewString("disown")); Setattr(p, "arg:byname", "1"); Setattr(n, "director:postfix_args", p); - Setattr(p, "value", "0"); + Setattr(p, "value", "false"); set_nextSibling(ip, p); /* constructor */