Re: [MacRuby-devel] MacRuby and Scripting Bridge

2011-10-01 Thread Matt Aimonetti
methods(true, true) means show Ruby methods as well as Objective-C methods. - Matt On Fri, Sep 30, 2011 at 7:04 PM, Naughty Nimitz wrote: > Hi Greg, > > that doesn't work alas... > but I googled your solution and found that app.methods(true,true) did work. > > No idea what the two parameters ar

[MacRuby-devel] Rake exceptions always print a full trace

2011-10-01 Thread Josh Abernathy
I wanted to verify that I'm not crazy and I'm not doing something stupid before I create a ticket for this. The `rake` that comes with MacRuby (both 0.10 and the nightly) seems to always print a full trace when a task raises an exception. For example, if I run: task :blah do raise Excep