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.10alpha6 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.10alpha5 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.10alpha3 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.10alpha2 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.10alpha1 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9test9 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9test8 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9test7 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9test6 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9test5 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9test4 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9test3 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9test2 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9test1 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.9test lib/fakes3/util.rb
fakes3-2.0.0 lib/fakes3/util.rb
fakes3-1.3.1 lib/fakes3/util.rb
fakes3-1.3.0 lib/fakes3/util.rb
plntr-fakes3-1.0.0.pre.8 lib/fakes3/util.rb