org.jruby.util
Class Sprintf
java.lang.Object
org.jruby.util.Sprintf
public class Sprintf
- extends java.lang.Object
- Author:
- Bill Dortch
Method Summary |
static boolean |
sprintf(ByteList to,
java.lang.CharSequence format,
IRubyObject args)
|
static boolean |
sprintf(ByteList to,
java.util.Locale locale,
java.lang.CharSequence format,
IRubyObject args)
|
static boolean |
sprintf(ByteList to,
RubyString format,
IRubyObject args)
|
static boolean |
sprintf(Ruby runtime,
ByteList to,
java.lang.CharSequence format,
int arg)
|
static boolean |
sprintf1_9(ByteList to,
java.util.Locale locale,
java.lang.CharSequence format,
IRubyObject args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sprintf
public static boolean sprintf(ByteList to,
java.util.Locale locale,
java.lang.CharSequence format,
IRubyObject args)
sprintf1_9
public static boolean sprintf1_9(ByteList to,
java.util.Locale locale,
java.lang.CharSequence format,
IRubyObject args)
sprintf
public static boolean sprintf(ByteList to,
java.lang.CharSequence format,
IRubyObject args)
sprintf
public static boolean sprintf(Ruby runtime,
ByteList to,
java.lang.CharSequence format,
int arg)
sprintf
public static boolean sprintf(ByteList to,
RubyString format,
IRubyObject args)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.