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

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

Instance Method Summary collapse

Instance Method Details

#eachObject



4
5
6
7
# File 'lib/pippi/checks/reverse_followed_by_each.rb', line 4

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