Files
setup-ruby/node_modules/function-bind/index.js
Stephen Franceschelli e3283467a1 Fix bug. Add workflows.
2019-07-15 13:23:24 -04:00

6 lines
126 B
JavaScript

'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;