Sha256: 4964ab94098faa2bbc74411e1c0fa9704650e38608b96f1369a0525109d2adf7

Contents?: true

Size: 238 Bytes

Versions: 6667

Compression:

Stored size: 238 Bytes

Contents

module CodeRay
module Encoders
  
  # = Null Encoder
  #
  # Does nothing and returns an empty string.
  class Null < Encoder
    
    register_for :null
    
    def text_token text, kind
      # do nothing
    end
    
  end
  
end
end

Version data entries

6,667 entries across 6,655 versions & 72 rubygems

Version Path
logstash-filter-delta-1.0.0 vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/encoders/null.rb
logstash-filter-base64-1.0.2 vendor/bundle/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/null.rb
logstash-filter-base64-1.0.1 vendor/bundle/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/null.rb
logstash-filter-base64-1.0.0 vendor/bundle/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders/null.rb
able-neo4j-1.0.0 vendor/bundle/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
coderay-1.1.1 lib/coderay/encoders/null.rb
coderay-1.1.1.rc1 lib/coderay/encoders/null.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/logstash-codec-json-2.0.3/vendor/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
logstash-codec-json-2.0.3 vendor/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
logstash-input-beats-0.9.2 vendor/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
logstash-input-beats-0.9.1 vendor/jruby/1.9/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/gems/coderay-1.1.0/lib/coderay/encoders/null.rb
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/gems/coderay-1.1.0/lib/coderay/encoders/null.rb