Sha256: 0b1b12b8121816d42a093a7961443e0930125e0b699a6909eecea0047e937e33

Contents?: true

Size: 148 Bytes

Versions: 105

Compression:

Stored size: 148 Bytes

Contents

require 'active_support/security_utils'

class Compare
  def self.compare(s1, s2)
    ActiveSupport::SecurityUtils.secure_compare(s1, s2)
  end
end

Version data entries

105 entries across 105 versions & 1 rubygems

Version Path
appmap-0.83.4 spec/fixtures/hook/compare.rb
appmap-0.83.3 spec/fixtures/hook/compare.rb
appmap-0.83.2 spec/fixtures/hook/compare.rb
appmap-0.83.1 spec/fixtures/hook/compare.rb
appmap-0.83.0 spec/fixtures/hook/compare.rb
appmap-0.82.0 spec/fixtures/hook/compare.rb
appmap-0.81.1 spec/fixtures/hook/compare.rb
appmap-0.81.0 spec/fixtures/hook/compare.rb
appmap-0.80.2 spec/fixtures/hook/compare.rb
appmap-0.80.1 spec/fixtures/hook/compare.rb
appmap-0.80.0 spec/fixtures/hook/compare.rb
appmap-0.79.0 spec/fixtures/hook/compare.rb
appmap-0.78.0 spec/fixtures/hook/compare.rb
appmap-0.77.4 spec/fixtures/hook/compare.rb
appmap-0.77.3 spec/fixtures/hook/compare.rb
appmap-0.77.2 spec/fixtures/hook/compare.rb
appmap-0.77.1 spec/fixtures/hook/compare.rb
appmap-0.77.0 spec/fixtures/hook/compare.rb
appmap-0.76.0 spec/fixtures/hook/compare.rb
appmap-0.75.0 spec/fixtures/hook/compare.rb