Method: Pelusa::Lint::ShortIdentifiers#initialize
- Defined in:
- lib/pelusa/lint/short_identifiers.rb
#initialize ⇒ ShortIdentifiers
Returns a new instance of ShortIdentifiers.
6 7 8 |
# File 'lib/pelusa/lint/short_identifiers.rb', line 6 def initialize @violations = Set.new end |