com.tecnoguru

scuby

package scuby

Visibility
  1. Public
  2. All

Type Members

  1. trait JRuby extends AnyRef

    This trait is one of the main entry points into Scuby.

  2. case class RubyException(exception: org.jruby.RubyException) extends Exception with Product with Serializable

    Wrapper around an org.

  3. trait RubyObj extends AnyRef

    A wrapped Ruby object.

  4. class RubyObject extends RubyObj

    Wraps a JRuby object with our own convenience methods

Value Members

  1. object %

    Factory for Ruby Symbols

  2. object JRuby extends JRuby

    This object is one of the main entry points into Scuby.

  3. object RubyClass

    Factory for Ruby class objects

  4. object Util

    Misc.

Ungrouped