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

org.jruby.libraries.EtcLibrary Maven / Gradle / Ivy

There is a newer version: 9.4.7.0
Show newest version
package org.jruby.libraries;

import java.io.IOException;

import org.jruby.Ruby;
import org.jruby.RubyEtc;
import org.jruby.runtime.load.Library;

public class EtcLibrary implements Library {
    public void load(Ruby runtime, boolean wrap) throws IOException {
        RubyEtc.createEtcModule(runtime);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy