123456789_123456789_123456789_123456789_123456789_

Class: RuboCop::Formatter::HTMLFormatter::CSSContext

Relationships & Source Files
Inherits: Object
Defined in: lib/rubocop/formatter/html_formatter.rb

Overview

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

Constant Summary

Instance Method Summary

Instance Method Details

#binding

Make Kernel#binding public.

[ GitHub ]

  
# File 'lib/rubocop/formatter/html_formatter.rb', line 146

def binding
  super
end