Method: RuboCop::MagicComment::VimComment#frozen_string_literal
- Defined in:
- lib/rubocop/magic_comment.rb
#frozen_string_literal ⇒ Object
Vim comments cannot specify frozen string literal behavior.
256 |
# File 'lib/rubocop/magic_comment.rb', line 256 def frozen_string_literal; end |