Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information to Time.parse ArgumentError #52

Merged

Conversation

monkey-mas
Copy link

The reference manual of Ruby 1.9.2 does not clearly say that date="" raise an ArgumentError.
According to https://github.com/ruby/ruby/tree/v1_9_2_381, Time.parse raises ArgumentError when no data information.
The reference manual of 1.9.2 and later versions will show ArgumentError with the argument date="".

The reference manual of Ruby 1.9.2 does not clearly say that date="" raise an ArgumentError.
According to https://github.com/ruby/ruby/tree/v1_9_2_381, Time.parse raises ArgumentError when no data information.
The reference manual of 1.9.2 and later versions will show ArgumentError with the argument date="".
okkez added a commit that referenced this pull request Sep 5, 2013
…argumentError

Add information to Time.parse ArgumentError
@okkez okkez merged commit f2bd341 into rurema:master Sep 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants