ljust and rjust broken on OSX
- From: "kleinman" <martin.dufort@xxxxxxxxx>
- Date: 29 Nov 2005 14:19:39 -0800
ruby 1.8.2 (2004-11-03) [powerpc-darwin7.5.0]
tripus% irb
irb(main):001:0> "test".rjust(5,"x")
=> " test"
irb(main):002:0> "test".ljust(5, "x")
=> "test "
.
- Follow-Ups:
- Re: ljust and rjust broken on OSX
- From: Eric Hodel
- Re: ljust and rjust broken on OSX
- Prev by Date: Re: Programming Newbie: Ruby or Java?
- Next by Date: [ANN] Action Profiler 1.0.0
- Previous by thread: cgi.rb
- Next by thread: Re: ljust and rjust broken on OSX
- Index(es):