class RuboCop::Formatter::HTMLFormatter::CSSContext

This class provides helper methods used in the ERB CSS template.

Constants

SEVERITY_COLORS

Public Instance Methods

binding() click to toggle source

Make Kernel#binding public. rubocop:disable Lint/UselessMethodDefinition

Calls superclass method
# File lib/rubocop/formatter/html_formatter.rb, line 148
def binding
  super
end