mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 01:08:50 +01:00
avoid name clash
This commit is contained in:
parent
406eb47db7
commit
23d92411d3
1 changed files with 2 additions and 2 deletions
|
|
@ -215,7 +215,7 @@ end
|
|||
class Error < StandardError; end
|
||||
class InvalidParser < StandardError; end
|
||||
|
||||
class ConsoleOptions
|
||||
class ConsoleOptionsForTemplate
|
||||
attr_reader :parser, :options, :keywords
|
||||
|
||||
def initialize
|
||||
|
|
@ -307,5 +307,5 @@ class ConsoleOptions
|
|||
end
|
||||
|
||||
if $0 == __FILE__
|
||||
ConsoleOptions.new.run(ARGV)
|
||||
ConsoleOptionsForTemplate.new.run(ARGV)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue