Skip to content

Commit

Permalink
Fix class method call
Browse files Browse the repository at this point in the history
  • Loading branch information
nzqo committed Apr 2, 2023
1 parent 441fe0d commit 07e79cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/main/console/commandline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def self.parse
# Ensures that cmd line arguments are parsed.
#
def self.get_options
self.class.parse unless @already_parsed
parse unless @already_parsed
return @options
end

Expand Down

0 comments on commit 07e79cd

Please sign in to comment.