Method: Teodoro::XML#css

Defined in:
lib/teodoro/xml.rb

#css(path) ⇒ Object



33
34
35
# File 'lib/teodoro/xml.rb', line 33

def css(path)
  xml.css(path)
end