public class Arity extends Object
Constructor and Description |
---|
Arity(int required,
int optional,
boolean allowsMore,
boolean hasKeywords) |
Modifier and Type | Method and Description |
---|---|
boolean |
allowsMore() |
int |
getOptional() |
int |
getRequired() |
boolean |
hasKeywords() |
Copyright © 2001-2015 JRuby. All Rights Reserved.