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 May 4, 2023
1 parent a40479d commit b354949
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 b354949

Please sign in to comment.