# File lib/uri_template/rfc6570/expression.rb, line 283 def empty_literals?( list ) list.none?{|x| x.kind_of?(Literal) && !x.to_s.empty? } end