Class: Formatic::Css

Inherits:
Object
  • Object
show all
Defined in:
lib/formatic/css.rb

Overview

Simple helper to unify Strings and Arrays of CSS class names.

Class Method Summary collapse

Class Method Details

.call(*input) ⇒ Object



6
7
8
# File 'lib/formatic/css.rb', line 6

def self.call(*input)
  Array(input).flatten.compact.join(' ')
end