Sha256: 17791cb373ad5c2bfc9b7831136400023821419688dc8938880fae740f025363

Contents?: true

Size: 269 Bytes

Versions: 4

Compression:

Stored size: 269 Bytes

Contents

module Kernel
  unless Kernel.respond_to?(:debugger)
    #Provide a debugger method if the debugger is turned off, stops NoMethodError
    def debugger
      puts "=-=-=-=-=Debugger was request, but debugging is not enabled (warning-shot -d)=-=-=-=-="
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
warning-shot-0.9.2 lib/warning_shot/base_extensions.rb
warning-shot-0.9.1 lib/warning_shot/base_extensions.rb
warning-shot-0.9.0 lib/warning_shot/base_extensions.rb
warning-shot-0.9.3 lib/warning_shot/base_extensions.rb