Skip to content

Commit

Permalink
removed reference to pry
Browse files Browse the repository at this point in the history
  • Loading branch information
samlehman committed Jun 18, 2014
1 parent eb6ff7e commit 67128d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/chronic/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def definitions(options = {})
private

def tokenize(text, options)
# require 'pry'; binding.pry
text = pre_normalize(text)
tokens = text.split(' ').map { |word| Token.new(word) }
[Repeater, Grabber, Pointer, Scalar, Ordinal, Separator, Sign, TimeZone].each do |tok|
Expand Down

0 comments on commit 67128d7

Please sign in to comment.