RuboCop::Cop
This cop checks for END blocks.
# File lib/rubocop/cop/style/end_block.rb, line 9 def on_postexe(node) add_offense(node, :keyword) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.