⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby 1.8
All Projects
Ruby
»
Ruby 1.8
Overview
Activity
Roadmap
Issues
Wiki
Like
Download (121 Bytes)
Feature #4644
ยป showcase.rb
showcase of the problem -
Gibheer (Stefan Radomski)
, 05/04/2011 03:13 PM
#!/usr/bin/env ruby
require
'date'
# the following line fails on 1.8, not so on 1.9
DateTime
.
new
2011
,
1
,
1
,
0
,
0
,
5.5
(1-1/1)
Loading...