public static class ConvertDouble.DoubleConverter
extends java.lang.Object
| Constructor and Description |
|---|
DoubleConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.jruby.util.ByteList list,
boolean isStrict) |
double |
parse(org.jruby.util.ByteList list,
boolean strict,
boolean is19)
Everything runs in 1.9+ mode now, so the `is19` parameter is vestigial.
|
public void init(org.jruby.util.ByteList list,
boolean isStrict)
public double parse(org.jruby.util.ByteList list,
boolean strict,
boolean is19)
Copyright © 2001-2018 JRuby. All Rights Reserved.