Example #1
0
 @JRubyMethod(name = "set_dictionary", required = 1)
 public IRubyObject set_dictionary(IRubyObject arg) throws Exception {
   return defl.set_dictionary(arg);
 }