module RuboCop::Daemon::ServerCommand::Base::Runner
Public Instance Methods
run()
click to toggle source
Calls superclass method
# File lib/rubocop/daemon/server_command/base.rb, line 8 def run validate_token! Dir.chdir(@cwd) do super end end