Sha256: 838c3f8f059197cff7a83b66b37ecda1fcb9f77011ecff6a585c2da7717c93d3

Contents?: true

Size: 177 Bytes

Versions: 2

Compression:

Stored size: 177 Bytes

Contents

class AppDelegate
  include CDQ

  def application(application, didFinishLaunchingWithOptions:launchOptions)
    cdq.setup
    true
  end
end

class TopLevel
  include CDQ
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cdq-0.1.2 app/app_delegate.rb
cdq-0.1.1 app/app_delegate.rb