rails/activejob/test
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
..
adapters normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
cases self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
integration Added instance variable @queue to JobWrapper. 2016-08-19 17:10:27 +09:00
jobs remove useless import 2016-12-30 19:40:26 +08:00
models Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
support self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
helper.rb Output adapter being tested. 2016-12-12 21:52:04 +01:00