Class Class
In: lib/gherkin/native/null.rb
lib/gherkin/native/java.rb
lib/gherkin/native/therubyracer.rb
Parent: Object

Methods

===   java_class   javaify   native_impl   native_impl   native_impl   new   new  

Classes and Modules

Class Class::IOWriter
Class Class::Proxy

Public Class methods

Public Instance methods

Causes a Java class to be instantiated instead of the Ruby class when running on JRuby. This is used to test both pure Java and pure Ruby classes from the same Ruby based test suite. The Java Class must have a package name that corresponds with the Ruby class.

[Validate]