Open mconigliaro opened 11 years ago
%W{ #{foo['bar']} }.each { |obj| puts obj }
# Problems: # 1. # * position: 3:8 # * property: spaces_after_lbracket # * message: Line has 1 space(s) after a [, but should have 0.
It seems to not like the space between |obj| and puts.
|obj|
puts