hi, is there a way to find out if a method was called using parens or not. that is there some hidden parameter that tells me someinstance.foo or someinstance.foo() maybe the ruby docs is missing the following? :-) def method_missing(_id, [very_secret_flag_for_parens], *_args, &_block) ciao robertj