From: Saravanan Sar Date: 2007-07-16T23:12:00+09:00 Subject: Re: rb_load_file crashes when there no bracket is provided Phil Meier wrote: >> But when i changed the line >> i = Category(is('CatB')) to >> i = Category is 'CatB' #removing the brackets >> > Why do you need to remove brackets? This is basically a set of rules that our client will define. I am writing DSL so that it will be easy for our client. When i execute the same using ruby.exe it works but with bracket warning. I think rb_load_file is crashing because of this warning message. Please help me Regards, Saravanan A -- Posted via http://www.ruby-forum.com/.