scuby icon indicating copy to clipboard operation
scuby copied to clipboard

An integration layer between Scala and JRuby

Results 3 scuby issues
Sort by recently updated
recently updated
newest added

First I have to say thanks for this awesome library! I love it. I have an app that I run via JRuby and then that app calls Scala code and...

Since JRuby doesn't recognize Scala Collections, it doesn't automagically wrap them in a Java Array. What we currently do is use JavaConversions to wrap the parameter in a SeqWrapper before...

JRubyObject/JRubyObj are currently wrappers around org.jruby.RubyObject. We would be better served by using a typeclass-based approach.