Class: CssParser::Parser

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

Instance Method Summary collapse

Instance Method Details

#dig(*keys) ⇒ Object



2
3
4
# File 'lib/checker/css.rb', line 2

def dig(*keys)
  to_h['all'].dig(*keys.map(&:to_s)) rescue {}
end