public abstract class MethodInstaller extends NamedInstaller
Modifier and Type | Field and Description |
---|---|
protected List<String> |
aliases |
protected List<Method> |
methods |
Constructor and Description |
---|
MethodInstaller(String name,
int type) |
Modifier and Type | Method and Description |
---|---|
protected void |
defineMethods(RubyModule target,
DynamicMethod invoker,
boolean checkDups) |
public MethodInstaller(String name, int type)
protected void defineMethods(RubyModule target, DynamicMethod invoker, boolean checkDups)
Copyright © 2001-2016 JRuby. All Rights Reserved.