File: instance_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 (6 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
module Autoloaded
  InstanceStruct = ::Struct.new(nil)
  class InstanceStruct
    def perform; end
  end
end