Skip to content

Commit 40fb513

Browse files
committed
Namespace Parser under Annotate
The Parser class name is also used in the Parser gem. Namespacing the Parser to prevent collisions.
1 parent 64c9941 commit 40fb513

File tree

3 files changed

+537
-535
lines changed

3 files changed

+537
-535
lines changed

bin/annotate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require 'parser'
1919

2020
Annotate.bootstrap_rake
2121

22-
options_result = Parser.parse(ARGV)
22+
options_result = Annotate::Parser.parse(ARGV)
2323

2424
exit if options_result[:exit]
2525

0 commit comments

Comments
 (0)