lib/rubocop/cop/style/lambda.rb in rubocop-0.22.0 vs lib/rubocop/cop/style/lambda.rb in rubocop-0.23.0
- old
+ new
@@ -1,7 +1,7 @@
# encoding: utf-8
-module Rubocop
+module RuboCop
module Cop
module Style
# This cop checks for uses of the pre 1.9 lambda syntax for one-line
# anonymous functions and uses of the 1.9 lambda syntax for multi-line
# anonymous functions.