Module: Pippi::Checks::ReverseFollowedByEach::MyEach

Defined in:
lib/pippi/checks/reverse_followed_by_each.rb

Instance Method Summary collapse

Instance Method Details

#eachObject



6
7
8
9
# File 'lib/pippi/checks/reverse_followed_by_each.rb', line 6

def each
  self.class._pippi_check_reverse_followed_by_each.add_problem
  super()
end