Show More
Commit Description:
move to rails 7 and ruby 3.0.2
Commit Description:
move to rails 7 and ruby 3.0.2
File last commit:
Show/Diff file:
Action:
node_modules/core-js/modules/_defined.js | 5 lines | 162 B | application/javascript | JavascriptLexer |
// 7.2.1 RequireObjectCoercible(argument)
module.exports = function (it) {
if (it == undefined) throw TypeError("Can't call method on " + it);
return it;
};