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 a64adc3 commit b68be1dCopy full SHA for b68be1d
rake/doc.rb
@@ -55,7 +55,7 @@ def options
55
next if long.nil?
56
long.each do |_longopt, val|
57
filename = val.instance_variable_get('@block').source_location[0]
58
- next unless filename.start_with?(CODE_PATH + '/')
+ next unless filename.start_with?(CODE_PATH + '/') || filename == CODE_PATH + '.rb'
59
60
arg = val.instance_variable_get('@arg')
61
arg.strip! if arg.is_a?(String)
0 commit comments