# File lib/sinatra/static_assets.rb, line 37 def stylesheet_link_tag(*sources) list, options = extract_options(sources) list.collect { |source| stylesheet_tag(source, options) }.join("\n") end