File: instance_clazz.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 (5 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (5)
1
2
3
4
5
module Autoloaded
  class InstanceClazz
    def perform; end
  end
end