From: Justin Turney Date: 2007-11-21T23:49:21+09:00 Subject: ruby function calling c In this simple example, if I assign two Ruby functions to call the same C function: rb_define_method(m_rbTask, "prefix=", RUBYCAST(rb_prefix_set), 1); rb_define_method(m_rbTask, "scratch=", RUBYCAST(rb_prefix_set), 1); is there a way in rb_prefix_set to determine if the user used prefix= or scratch=? Thanks, Justin -- Posted via http://www.ruby-forum.com/.