3 4 5 6 7
# File 'lib/bake/options/showLicense.rb', line 3 def self.show licenseFile = File.join(File.dirname(__FILE__), "../../../license.txt") puts "\n" + File.read(licenseFile) ExitHelper.exit(0) end