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

org.jruby.libraries.NKFLibrary 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.RubyNKF;
import org.jruby.runtime.load.Library;

public class NKFLibrary implements Library {

    public void load(Ruby runtime, boolean wrap) throws IOException {
        RubyNKF.createNKF(runtime);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy