13 14 15 16
# File 'lib/spdx_parser.rb', line 13 def self.parse(data) data ||= "" parse_tree(data) end