Hi Benjamin, The problem that you show is because your input at line 6 starts with ‘>>’. For example:
$ macirb irb(main):001:0> >> foo SyntaxError: compile error (irb):1: syntax error, unexpected tRSHFT In case this masked an actual problem with IRB and/or Ruby’s bindings, which is NOT the same thing as Cocoa bindings, then please send a new email in a new thread. Cheers On Tue, Dec 14, 2010 at 5:39 PM, benjamin Almeida <benjamin.q.alme...@gmail.com> wrote: > Hi, > > I think I have the same problem: > > $ macirb > irb(main):001:0> require 'bio' > => true > irb(main):002:0> Bio::RestrictionEnzyme::SingleStrand.superclass > => #<Class:#<NilClass:0x4>> > irb(main):006:0> >> > Bio::RestrictionEnzyme::SingleStrand.class_eval('superclass') > SyntaxError: compile error > (irb):6: syntax error, unexpected tRSHFT > > $ irb >>> require "bio" > => true >>> Bio::RestrictionEnzyme::SingleStrand.superclass > => Bio::Sequence::NA >>> Bio::RestrictionEnzyme::SingleStrand.class_eval('superclass') > => Bio::Sequence::NA > > .ancestors works as expected > > best > ben > ps: I am new to the list, let me know if this is the wrong place > > On Tue, Dec 14, 2010 at 3:58 PM, Yasu Imao <yimao...@gmail.com> wrote: >> >> Hi, >> >> Thank you for the hard work on the project. I installed 0.8 release and >> found one serious bug (I think). >> >> All the bindings to ObjectControllers are dead. I checked nightly builds >> one by one and found that all the bindings work fine until 12/6 nightly and >> they are dead after 12/7, including 0.8 release. >> >> I'm wondering if this is specific to my environment or to my project. >> >> Best, >> Yasu >> _______________________________________________ >> MacRuby-devel mailing list >> MacRuby-devel@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > > _______________________________________________ > MacRuby-devel mailing list > MacRuby-devel@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel