Class: RSpec::Interactive::RuboCopCommand

Inherits:
Pry::ClassCommand
  • Object
show all
Defined in:
lib/rspec-interactive/rubo_cop_command.rb

Instance Method Summary collapse

Instance Method Details

#processObject



18
19
20
# File 'lib/rspec-interactive/rubo_cop_command.rb', line 18

def process
  RSpec::Interactive.rubo_cop(args)
end