- java.lang.Object
-
- org.jruby.ir.Tuple<T1,T2>
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
T1 |
a |
T2 |
b |
-
Constructor Summary
Constructors
Constructor and Description |
Tuple(T1 a,
T2 b) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Tuple
public Tuple(T1 a,
T2 b)
Copyright © 2001-2018 JRuby. All Rights Reserved.