@RubyLevelMethod(name = "Float", module = true)
 public static RubyFloat toFloat(RubyValue receiver, RubyValue arg) {
   return arg.toRubyFloat();
 }