Sha256: ae7199b12786f16d77f603d5e76a4255b06df396bae43f31c4397f2e537eaff7
Contents?: true
Size: 261 Bytes
Versions: 70
Compression:
Stored size: 261 Bytes
Contents
endsWith = (string, substring) -> string.indexOf(substring) == string.length - substring.length beforeEach -> jasmine.addMatchers toEndWith: (util, customEqualityTesters) -> compare: (actual, expected) -> pass: endsWith(actual, expected)
Version data entries
70 entries across 70 versions & 2 rubygems