class Rubocop::Cop::Style::SpaceInsideBrackets
Checks for spaces inside square brackets.
Public Instance Methods
specifics()
click to toggle source
# File lib/rubocop/cop/style/surrounding_space.rb, line 254 def specifics [:tLBRACK, :tRBRACK, 'square brackets'] end