All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jruby.java.core_ext.kernel.rb Maven / Gradle / Ivy

There is a newer version: 9.4.9.0
Show newest version
# Create convenience methods for top-level java packages so we do not need to prefix
# with 'Java::'.  We undef these methods within Package in case we run into 'com.foo.com'.
[:java, :javax, :javafx, :com, :org].each do |meth|
  Kernel.module_eval <<-EOM
    def #{meth}
      JavaUtilities.get_package_module_dot_format('#{meth}')    
    end
  EOM
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy