Method: RuboCop::Formatter::HTMLFormatter::ERBContext#binding

Defined in:
lib/rubocop/formatter/html_formatter.rb

#bindingObject

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



78
79
80
# File 'lib/rubocop/formatter/html_formatter.rb', line 78

def binding
  super
end