Skip to content

Commit

Permalink
Require date when time is required
Browse files Browse the repository at this point in the history
  • Loading branch information
brainopia committed Feb 23, 2013
1 parent baef812 commit 4bfc088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/19/time.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# but it is not portable.
#

require 'date/format'
require 'date'

#
# Implements the extensions to the Time class that are described in the
Expand Down
2 changes: 1 addition & 1 deletion lib/20/date.rb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
#
# puts secs_to_new_year()

require 'date/format'
require 'date'

# Class representing a date.
#
Expand Down

0 comments on commit 4bfc088

Please sign in to comment.