class Hatemile::Util::Css::StyleSheetParser

The StyleSheetParser interface contains the methods for access the CSS parser.

@abstract

Public Instance Methods

get_rules(properties) click to toggle source

Returns the rules of parser by properties.

@abstract @param properties [Array<String>] The properties. @return [Array<Hatemile::Util::Css.stylesheetrule.StyleSheetRule>] The

rules.
# File lib/hatemile/util/css/style_sheet_parser.rb, line 37
def get_rules(properties)
  # Interface method
end