public class Sprintf
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
sprintf(org.jruby.util.ByteList to,
java.lang.CharSequence format,
IRubyObject args) |
static boolean |
sprintf(org.jruby.util.ByteList to,
java.util.Locale locale,
java.lang.CharSequence format,
IRubyObject args) |
static boolean |
sprintf(org.jruby.util.ByteList to,
RubyString format,
IRubyObject args) |
static boolean |
sprintf(Ruby runtime,
org.jruby.util.ByteList to,
java.lang.CharSequence format,
int arg) |
static boolean |
sprintf1_9(org.jruby.util.ByteList to,
java.util.Locale locale,
java.lang.CharSequence format,
IRubyObject args) |
public static boolean sprintf(org.jruby.util.ByteList to, java.util.Locale locale, java.lang.CharSequence format, IRubyObject args)
public static boolean sprintf1_9(org.jruby.util.ByteList to, java.util.Locale locale, java.lang.CharSequence format, IRubyObject args)
public static boolean sprintf(org.jruby.util.ByteList to, java.lang.CharSequence format, IRubyObject args)
public static boolean sprintf(Ruby runtime, org.jruby.util.ByteList to, java.lang.CharSequence format, int arg)
public static boolean sprintf(org.jruby.util.ByteList to, RubyString format, IRubyObject args)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.