@RubyLevelMethod(name = "Integer", module = true)
 public static RubyInteger toInteger(RubyValue receiver, RubyValue arg) {
   return arg.toRubyInteger();
 }