Sha256: 9483be55f134b462b542c8ed168d14e8c994e47e3837b99e778f898fe1a81fec

Contents?: true

Size: 172 Bytes

Versions: 5

Compression:

Stored size: 172 Bytes

Contents

# -*- encoding : utf-8 -*-
if RUBY_VERSION =~ /^1\.8/
  class String
    # used unconditionally by mercurial-ruby
    def encode(str, _options)
      str
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lolcommits-0.7.0 lib/core_ext/string.rb
lolcommits-0.6.7 lib/core_ext/string.rb
lolcommits-0.6.6 lib/core_ext/string.rb
lolcommits-0.6.6.pre1 lib/core_ext/string.rb
lolcommits-0.6.5 lib/core_ext/string.rb