Class: License::LicenseObject
- Inherits:
-
Object
- Object
- License::LicenseObject
- Defined in:
- lib/license/license.rb
Instance Method Summary collapse
-
#initialize(license, outfile = "LICENSE") ⇒ LicenseObject
constructor
A new instance of LicenseObject.
- #parse_license ⇒ Object
Constructor Details
#initialize(license, outfile = "LICENSE") ⇒ LicenseObject
5 6 7 8 |
# File 'lib/license/license.rb', line 5 def initialize(license, outfile = "LICENSE") @license = license @outfile = outfile end |