# File lib/mixlib/cli.rb, line 66 def banner(bstring=nil) if bstring @banner = bstring else @banner ||= "Usage: #{$0} (options)" @banner end end