org.jruby.util
Class Sprintf

java.lang.Object
  extended byorg.jruby.util.Sprintf

public class Sprintf
extends java.lang.Object

Author:
Bill Dortch

Method Summary
static java.lang.CharSequence sprintf(java.lang.CharSequence format, IRubyObject args)
           
static java.lang.CharSequence sprintf(java.util.Locale locale, java.lang.CharSequence format, IRubyObject args)
           
static java.lang.CharSequence sprintf(java.util.Locale locale, RubyString format, IRubyObject args)
           
static java.lang.CharSequence sprintf(Ruby runtime, java.lang.CharSequence format, int arg)
           
static java.lang.CharSequence sprintf(Ruby runtime, java.lang.CharSequence format, long arg)
           
static java.lang.CharSequence sprintf(RubyString format, IRubyObject args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sprintf

public static java.lang.CharSequence sprintf(java.util.Locale locale,
                                             java.lang.CharSequence format,
                                             IRubyObject args)

sprintf

public static java.lang.CharSequence sprintf(java.lang.CharSequence format,
                                             IRubyObject args)

sprintf

public static java.lang.CharSequence sprintf(Ruby runtime,
                                             java.lang.CharSequence format,
                                             int arg)

sprintf

public static java.lang.CharSequence sprintf(Ruby runtime,
                                             java.lang.CharSequence format,
                                             long arg)

sprintf

public static java.lang.CharSequence sprintf(java.util.Locale locale,
                                             RubyString format,
                                             IRubyObject args)

sprintf

public static java.lang.CharSequence sprintf(RubyString format,
                                             IRubyObject args)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.