On Jun 29, 2009, at 17:45, "David A. Black" <dblack / rubypal.com> wrote: > Cool. Do you think there's a fundamentally better way to do the whole > thing than these phony method definitions? (def false, etc.) I like > having them split up, method-fashion, but it's a kluge. In RDoc 2 you can use directives to make methods: ## # :method: false # blah blah comment ## # :method: or # etc. But it still would need to live somewhere like Object (at least IIRC)