Sha256: 91f0e35d9b9539d6c18da6372e81cedfeacf8bfeaff006cd9166055df61ed82c

Contents?: true

Size: 392 Bytes

Versions: 11

Compression:

Stored size: 392 Bytes

Contents

# Make sure that 
# Both BubbleWrap and BW are defined.  This file is depended on by everything
# else in BubbleWrap, so don't stuff anything in here unless you know why
# you're doing it.
module BubbleWrap
  SETTINGS = {}

  def self.debug=(val)
    BubbleWrap::SETTINGS[:debug] = val
  end

  def self.debug?
    BubbleWrap::SETTINGS[:debug]
  end

end

BW = BubbleWrap unless defined?(BW)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bubble-wrap-1.4.0 motion/shortcut.rb
bubble-wrap-1.3.0 motion/shortcut.rb
bubble-wrap-1.3.0.osx motion/shortcut.rb
bubble-wrap-1.2.0 motion/shortcut.rb
bubble-wrap-1.2.0.pre motion/shortcut.rb
bubble-wrap-1.1.5 motion/shortcut.rb
bubble-wrap-1.1.4 motion/shortcut.rb
bubble-wrap-1.1.3 motion/shortcut.rb
bubble-wrap-1.1.2 motion/shortcut.rb
bubble-wrap-1.1.1 motion/shortcut.rb
bubble-wrap-1.1.0 motion/shortcut.rb