Sha256: 1d99b5f39476ae401fd04e71c95d8fb3aabc95966b317e225839f5c4c5978d09

Contents?: true

Size: 255 Bytes

Versions: 112

Compression:

Stored size: 255 Bytes

Contents

module FakeS3
  module Util
    def Util.strip_before_and_after(string, strip_this)
      regex_friendly_strip_this = Regexp.escape(strip_this)
      string.gsub(/\A[#{regex_friendly_strip_this}]+|[#{regex_friendly_strip_this}]+\z/, '')
    end
  end
end

Version data entries

112 entries across 112 versions & 23 rubygems

Version Path
plntr-fakes3-1.0.0.pre.23 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.22 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.21 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.20 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.19 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.18 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.17 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.16 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.15 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.14 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.13 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.12 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.12alpha2 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.12alpha1 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.11 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.11alpha2 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.11alpha1 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.10 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.10alpha51 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.10alpha50 lib/fakes3/util.rb