From: Yorick Peterse Date: 2013-07-12T22:18:52+09:00 Subject: [ruby-core:55977] Re: [ruby-trunk - Feature #8629][Open] Method#parameters should include the default value How would this take dynamic default values into account such as the following?: def some_method(time = Time.now) end Unless UnboundMethod#parameters would re-query this information on every call I don't see how it would be able to handle this. Yorick