lib/rubocop/cop/security/eval.rb in rubocop-1.29.1 vs lib/rubocop/cop/security/eval.rb in rubocop-1.30.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module RuboCop
module Cop
module Security
- # This cop checks for the use of `Kernel#eval` and `Binding#eval`.
+ # Checks for the use of `Kernel#eval` and `Binding#eval`.
#
# @example
#
# # bad
#