Method: Flatulent#css_for

Defined in:
lib/flatulent.rb

#css_for(hash) ⇒ Object

–}}}



542
543
544
# File 'lib/flatulent.rb', line 542

def css_for hash  #--{{{
  hash.map{|kv| kv.join ':' }.join ';'
end