13 14 15 16 17
# File 'lib/victor/css.rb', line 13 def render return '' if attributes.empty? %[<style>\n#{self}\n</style>\n] end