Sha256: 3d7c60664b28a8e262d548449aa72bf8f8e6cd5fe08f9594b0693d7de05fea4b

Contents?: true

Size: 227 Bytes

Versions: 9

Compression:

Stored size: 227 Bytes

Contents

module BubbleWrap
  module App
    module_function

    # Application Delegate
    def delegate
      shared.delegate
    end

    # the Application object.
    def shared
      NSApplication.sharedApplication
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bubble-wrap-1.7.1 motion/core/osx/app.rb
bubble-wrap-1.7.0 motion/core/osx/app.rb
bubble-wrap-1.6.0 motion/core/osx/app.rb
bubble-wrap-1.6.0.rc1 motion/core/osx/app.rb
bubble-wrap-1.5.0 motion/core/osx/app.rb
bubble-wrap-1.5.0.rc1 motion/core/osx/app.rb
bubble-wrap-1.4.0 motion/core/osx/app.rb
bubble-wrap-1.3.0 motion/core/osx/app.rb
bubble-wrap-1.3.0.osx motion/core/osx/app.rb