1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
This commit is contained in:
Sam 2016-05-10 18:37:55 +10:00
parent 25c58e31a3
commit 4dee1dc11c

View file

@ -19,7 +19,7 @@ puts context.eval 'adder(20,22)'
# => 42 # => 42
``` ```
### Attach global Ruby function to your JavaScript context ### Attach global Ruby functions to your JavaScript context
You can attach one or many ruby proc that can be accessed via JavaScript You can attach one or many ruby proc that can be accessed via JavaScript