File: struct.rb

package info (click to toggle)
ruby-delayed-job 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: ruby: 2,780; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
# Make sure this file does not get required manually
module Autoloaded
  Struct = ::Struct.new(nil)
  class Struct
    def perform; end
  end
end