Sha256: f359313adc54cc36d8508ae952536b47e084fce8f17cf0986d3e3acec1a696b6
Contents?: true
Size: 425 Bytes
Versions: 1
Compression:
Stored size: 425 Bytes
Contents
# Ruby 1.8.x is no longer a supported runtime, # but its regex features are still recognized. # # Aliases for the latest patch version are provided as 'ruby/n.n', # e.g. 'ruby/1.9' refers to Ruby v1.9.3. module Regexp::Syntax version_file_paths = Dir[File.expand_path('../ruby/*.rb', __FILE__)] version_file_paths.each { |path| require path } VERSIONS = version_file_paths.map { |path| path[%r{(ruby/.*)\.rb}, 1] } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
regexp_parser-0.4.10 | lib/regexp_parser/syntax/versions.rb |