Sha256: 931aedd837c316bd7e1e2d52142a92d663e36b79995e2dde6d91c9d762095c13
Contents?: true
Size: 222 Bytes
Versions: 11
Compression:
Stored size: 222 Bytes
Contents
exports.new_string_object = () => new String("hi"); exports.get_replacer_function = function() { return function upperToHyphenLower(match, offset, string) { return (offset > 0 ? '-' : '') + match.toLowerCase(); }; };
Version data entries
11 entries across 11 versions & 1 rubygems