diff options
| -rw-r--r-- | Library/Formula/scantailor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scantailor.rb b/Library/Formula/scantailor.rb index faa4521d7..f3a9af76a 100644 --- a/Library/Formula/scantailor.rb +++ b/Library/Formula/scantailor.rb @@ -3,7 +3,7 @@ require 'formula' class Scantailor < Formula class Version < ::Version def enhanced? - to_a[0].to_s == "enhanced" + tokens[0].to_s == "enhanced" end def <=>(other) |
