Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/codahale/chronic into codah…
Browse files Browse the repository at this point in the history
…ale/master
  • Loading branch information
mojombo committed Sep 22, 2008
2 parents 5ea9936 + d7e6cbf commit 715935e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/chronic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ class << self
self.time_class = Time
end

alias p_orig p

def p(val)
p_orig val
puts
end

# class Time
# def self.construct(year, month = 1, day = 1, hour = 0, minute = 0, second = 0)
# # extra_seconds = second > 60 ? second - 60 : 0
Expand Down

0 comments on commit 715935e

Please sign in to comment.