class RuboCop::Formatter::HTMLFormatter::ERBContext

def binding

Make Kernel#binding public.
def binding
  super
end