We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8fe93 commit cab528eCopy full SHA for cab528e
lib/optparse.rb
@@ -1903,6 +1903,9 @@ def candidate(word)
1903
# directory ~/.options, then the basename with '.options' suffix
1904
# under XDG and Haiku standard places.
1905
#
1906
+ # The optional +into+ keyword argument works exactly like that accepted in
1907
+ # method #parse
1908
+ #
1909
def load(filename = nil, into: nil)
1910
unless filename
1911
basename = File.basename($0, '.*')
0 commit comments