Class: License::Application

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/license/opt_parse.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



14
15
16
# File 'lib/license/opt_parse.rb', line 14

def execute
	License::LicenseObject.new(license, outfile).parse_license
end