I would have expected the following code to work as it is given a double, but in java form instead of ruby form ``` > [java.lang.Double.new(0.1)].pack("D") TypeError: wrong argument type Java::JavaLang::Double (expected Float) ```