Method: RuboCop::Cop::Layout::SpaceAfterSemicolon#kind

Defined in:
lib/rubocop/cop/layout/space_after_semicolon.rb

#kind(token) ⇒ Object



26
27
28
# File 'lib/rubocop/cop/layout/space_after_semicolon.rb', line 26

def kind(token)
  'semicolon' if token.semicolon?
end