Method: PreCommit::Checks::RubySymbolHashrockets#pattern
- Defined in:
- lib/plugins/pre_commit/checks/ruby_symbol_hashrockets.rb
#pattern ⇒ Object
15 16 17 |
# File 'lib/plugins/pre_commit/checks/ruby_symbol_hashrockets.rb', line 15 def pattern '[^:](:{1}(?:\$|@|@@|[_A-Za-z])?\w*[=!?]?\s*=>\s*)' end |