Sha256: e0b6231476d8f4934bbc404cca48e6dbf515c08d560ab22534cb37b586b3f139

Contents?: true

Size: 432 Bytes

Versions: 55

Compression:

Stored size: 432 Bytes

Contents

module Regexp::Syntax
  module Token
    module PosixClass
      Standard = [:alnum, :alpha, :blank, :cntrl, :digit, :graph,
                  :lower, :print, :punct, :space, :upper, :xdigit]

      Extensions = [:ascii, :word]

      All = Standard + Extensions
      Type = :posixclass
      NonType = :nonposixclass
    end

    Map[PosixClass::Type]    = PosixClass::All
    Map[PosixClass::NonType] = PosixClass::All
  end
end

Version data entries

55 entries across 42 versions & 9 rubygems

Version Path
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.6.0/lib/regexp_parser/syntax/tokens/posix_class.rb
tdiary-5.1.1 vendor/bundle/ruby/2.7.0/gems/regexp_parser-1.7.0/lib/regexp_parser/syntax/tokens/posix_class.rb
tdiary-5.1.1 vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.6.0/lib/regexp_parser/syntax/tokens/posix_class.rb
regexp_parser-1.7.0 lib/regexp_parser/syntax/tokens/posix_class.rb
tdiary-5.1.0 vendor/bundle/gems/regexp_parser-1.6.0/lib/regexp_parser/syntax/tokens/posix_class.rb
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/regexp_parser-1.6.0/lib/regexp_parser/syntax/tokens/posix_class.rb
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/regexp_parser-1.6.0/lib/regexp_parser/syntax/tokens/posix_class.rb
regexp_parser-1.6.0 lib/regexp_parser/syntax/tokens/posix_class.rb
regexp_parser-1.5.1 lib/regexp_parser/syntax/tokens/posix_class.rb
regexp_parser-1.5.0 lib/regexp_parser/syntax/tokens/posix_class.rb
tdiary-5.0.13 vendor/bundle/gems/regexp_parser-1.3.0/lib/regexp_parser/syntax/tokens/posix_class.rb
regexp_parser-1.4.0 lib/regexp_parser/syntax/tokens/posix_class.rb
tdiary-5.0.12.1 vendor/bundle/gems/regexp_parser-1.3.0/lib/regexp_parser/syntax/tokens/posix_class.rb
tdiary-5.0.11 vendor/bundle/gems/regexp_parser-1.3.0/lib/regexp_parser/syntax/tokens/posix_class.rb
regexp_parser-1.3.0 lib/regexp_parser/syntax/tokens/posix_class.rb