Module: Delayed::Compatibility
- Defined in:
- lib/delayed/compatibility.rb
Class Method Summary collapse
Class Method Details
.executable_prefix ⇒ Object
8 9 10 |
# File 'lib/delayed/compatibility.rb', line 8 def self.executable_prefix 'bin' end |
.proxy_object_class ⇒ Object
12 13 14 |
# File 'lib/delayed/compatibility.rb', line 12 def self.proxy_object_class ActiveSupport::ProxyObject end |