Sha256: 1568976a2bfe5344497bcfc15f69d95dd667c40fd9325021829b7cc712da8b1a

Contents?: true

Size: 163 Bytes

Versions: 18

Compression:

Stored size: 163 Bytes

Contents

module Byebug

  class Processor

    class << self
      def print(message)
        Byebug.handler.interface.print_queue << message
      end
    end

  end

end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
byebug-1.8.1 test/support/processor.rb
byebug-1.8.0 test/support/processor.rb
byebug-1.7.0 test/support/processor.rb
byebug-1.6.1 test/support/processor.rb
byebug-1.6.0 test/support/processor.rb
byebug-1.5.0 test/support/processor.rb
byebug-1.4.2 test/support/processor.rb
byebug-1.4.1 test/support/processor.rb
byebug-1.4.0 test/support/processor.rb
byebug-1.3.1 test/support/processor.rb
byebug-1.3.0 test/support/processor.rb
byebug-1.2.0 test/support/processor.rb
byebug-1.1.1 test/support/processor.rb
byebug-1.1.0 test/support/processor.rb
byebug-1.0.3 test/support/processor.rb
byebug-1.0.2 test/support/processor.rb
byebug-1.0.1 test/support/processor.rb
byebug-1.0.0 test/support/processor.rb