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

org.jruby.runtime.CompiledBlockCallback19 Maven / Gradle / Ivy

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

import org.jruby.runtime.builtin.IRubyObject;

public interface CompiledBlockCallback19 {
    public IRubyObject call(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block);
    public String getFile();
    public int getLine();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy