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