Method: Csscss::Selector.from_parser

Defined in:
lib/csscss/types.rb

.from_parser(selectors) ⇒ Object



83
84
85
# File 'lib/csscss/types.rb', line 83

def self.from_parser(selectors)
  new(selectors.to_s.strip)
end