mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
rubocop
This commit is contained in:
parent
2eced946c7
commit
50b8224656
@ -11,9 +11,7 @@ require 'colored'
|
||||
require 'fuzzy_match'
|
||||
|
||||
# Display usage instructions
|
||||
if ARGV.count != 1
|
||||
puts File.open(__FILE__).read.scan(/^# .*/)[0...3].join("\n").gsub(/^# /, '')
|
||||
end
|
||||
puts File.open(__FILE__).read.scan(/^# .*/)[0...3].join("\n").gsub(/^# /, '') if ARGV.count != 1
|
||||
|
||||
class TrueClass
|
||||
def to_s
|
||||
|
Loading…
x
Reference in New Issue
Block a user