public class RubyTimeOutputFormatter extends Object
Modifier and Type | Field and Description |
---|---|
static RubyTimeOutputFormatter |
DEFAULT_FORMATTER |
Constructor and Description |
---|
RubyTimeOutputFormatter(String flags,
int width) |
Modifier and Type | Method and Description |
---|---|
String |
format(String sequence,
long value,
org.jruby.util.RubyDateFormatter.FieldType type) |
char |
getPadder(char defaultPadder) |
int |
getWidth(int defaultWidth) |
public static final RubyTimeOutputFormatter DEFAULT_FORMATTER
public RubyTimeOutputFormatter(String flags, int width)
Copyright © 2001-2017 JRuby. All Rights Reserved.