Class: SpdxGrammar::LicensePlus

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/spdx_grammar.rb

Instance Method Summary collapse

Instance Method Details

#childObject



63
64
65
# File 'lib/spdx_grammar.rb', line 63

def child
  elements[0]
end

#licensesObject



59
60
61
# File 'lib/spdx_grammar.rb', line 59

def licenses
  child.licenses.map { |license| "#{license}+" }
end