class SpdxGrammar::LicensePlus
Public Instance Methods
child()
click to toggle source
# File lib/spdx_grammar.rb, line 63 def child elements[0] end
licenses()
click to toggle source
# File lib/spdx_grammar.rb, line 59 def licenses child.licenses.map { |license| "#{license}+" } end