Sha256: df40cfac2b74fd0f6ddfcc46091c4e124245e34648d5bf44d27e39c3f5340927

Contents?: true

Size: 134 Bytes

Versions: 14

Compression:

Stored size: 134 Bytes

Contents

module Opal
  REGEXP_START = RUBY_ENGINE == 'opal' ? '^' : '\A'.freeze
  REGEXP_END = RUBY_ENGINE == 'opal' ? '$' : '\z'.freeze 
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
opal-0.9.4 lib/opal/regexp_anchors.rb
opal-0.9.3 lib/opal/regexp_anchors.rb
opal-0.9.2 lib/opal/regexp_anchors.rb
opal-0.9.0 lib/opal/regexp_anchors.rb
opal-0.9.0.rc1 lib/opal/regexp_anchors.rb
opal-0.9.0.beta2 lib/opal/regexp_anchors.rb
opal-0.9.0.beta1 lib/opal/regexp_anchors.rb
opal-0.8.1 lib/opal/regexp_anchors.rb
opal-0.8.1.rc1 lib/opal/regexp_anchors.rb
opal-wedge-0.9.0.dev lib/opal/regexp_anchors.rb
opal-0.8.0 lib/opal/regexp_anchors.rb
opal-0.8.0.rc3 lib/opal/regexp_anchors.rb
opal-0.8.0.rc2 lib/opal/regexp_anchors.rb
opal-0.8.0.rc1 lib/opal/regexp_anchors.rb