Sha256: d4e0f708ff14f04c17dc62a83d1a0d2e1593a9dfd5e1087d44977d937368fe28

Contents?: true

Size: 460 Bytes

Versions: 6948

Compression:

Stored size: 460 Bytes

Contents

module CodeRay
  module Scanners
    
    # Scanner for plain text.
    # 
    # Yields just one token of the kind :plain.
    # 
    # Alias: +plaintext+, +plain+
    class Text < Scanner
      
      register_for :text
      title 'Plain text'
      
      KINDS_NOT_LOC = [:plain]  # :nodoc:
      
    protected
      
      def scan_tokens encoder, options
        encoder.text_token string, :plain
        encoder
      end
      
    end
    
  end
end

Version data entries

6,948 entries across 6,936 versions & 73 rubygems

Version Path
lazy_record-0.1.4 vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
tdiary-5.0.4 vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
logstash-filter-zabbix-0.1.2 vendor/bundle/jruby/1.9/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
lazy_record-0.1.3 vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
lazy_record-0.1.2 vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
lazy_record-0.1.1 vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
lazy_record-0.1.0 vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
logstash-filter-zabbix-0.1.1 vendor/bundle/jruby/1.9/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
logstash-input-fifo-0.9.1 vendor/bundle/jruby/1.9/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
logstash-input-fifo-0.9.0 vendor/bundle/jruby/1.9/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
logstash-input-salesforce-3.0.0 vendor/jruby/1.9/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
abaci-0.3.0 vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
ivanvc-logstash-input-s3-3.1.1.4 vendor/local/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
ivanvc-logstash-input-s3-3.1.1.3 vendor/local/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
ivanvc-logstash-input-s3-3.1.1.2 vendor/local/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
gameboard-3.1.0 vendor/bundle/ruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
gameboard-3.0.0 vendor/bundle/ruby/2.3.0/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
logstash-filter-delta-1.1.0 vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/text.rb
logstash-filter-delta-1.0.1 vendor/bundle/jruby/2.2.0/gems/coderay-1.1.1/lib/coderay/scanners/text.rb