On 23 Dec 2007, at 19:45, Markus Prinz wrote:
[...] The problem is that both the builder-gem and TextMate's builder.rb try to alias method_added to blank_slate_method_added. I've patched TM's builder.rb to alias to tm_blank_slate_method_added instead, which works. However, this is only a hack to fix this problem, I'm sure there is a better way to address this (e.g. builder.rb checking wether a module 'Builder' already exists, and if not, load tm_builder.rb or something like that).
Could you try revert your local changes and svn checkout latest Ruby bundle, see if that still gives you a problem?