Skip to content

Commit

Permalink
Fixed up readme description per issue #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterCamilleri committed Feb 28, 2019
1 parent 9ee5251 commit 321bf82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ made this gem possible.

The next step is to execute the transpiled code in an environment. This
environment is a ruby binding to the virtual location of the code execution.
In effect, code is executed from the place where the binding is taken.
In effect, code is executed as if it was placed in the spot where the binding
is taken.

This use of bindings allows access to any variables that may have been defined
in that a location and also allows the state of that location to be modified.
Expand Down

0 comments on commit 321bf82

Please sign in to comment.