#!/usr/bin/env ruby
# frozen_string_literal: true

require 'pry'
require 'rubocop'

ARGV.clear

RuboCop.pry
