RuboCop::Cop
Checks for semicolon (;) not followed by some kind of space.
# File lib/rubocop/cop/style/space_after_semicolon.rb, line 9 def kind(token) 'semicolon' if token.type == :tSEMI end
[Validate]
Generated with the Darkfish Rdoc Generator 2.