rails/activejob/test/support
Akira Matsuda 5473e390d3 self. is not needed when calling its own instance method
Actually, private methods cannot be called with `self.`, so it's not just redundant, it's a bad habit in Ruby
2017-01-05 19:58:52 +09:00
..
backburner Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
delayed_job/delayed Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
integration Privatize unneededly protected methods in Active Job tests 2016-12-24 00:15:18 +09:00
que code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
queue_classic applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00
sneakers self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
job_buffer.rb [ActiveJob] extract JobBuffer from helper 2014-08-29 08:50:09 +00:00