Method: Ore::Project#license

Defined in:
lib/ore/project.rb

#licenseString?

The primary license of the project.

Returns:

  • (String, nil)

    The primary license for the project.



342
343
344
# File 'lib/ore/project.rb', line 342

def license
  @licenses.first
end