ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
27 stars 9 forks source link

Add `ronin/support/encoding/node_js` #535

Closed postmodern closed 2 months ago

postmodern commented 2 months ago

Add an NodeJS = JS constant alias in ronin/support/encoding/node_js. Also alias node_js_encode, node_js_escape, node_js_decode, node_js_unescape methods to js_* equivalents.

postmodern commented 2 months ago

Implemented by fb57af9.