Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/time.rb
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ def parse(date, now=self.now)
# heuristic to detect the format of the input string, you provide
# a second argument that describes the format of the string.
#
# Raises `ArgumentError` if the date or format is invalid.
#
# If a block is given, the year described in +date+ is converted by the
# block. For example:
#
Expand Down