1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00

redundant include in README

This commit is contained in:
Charles Lowell 2009-11-11 09:39:23 -05:00
parent cdb3bb2e73
commit 8635753a62

View file

@ -17,8 +17,6 @@ Embed the Mozilla Rhino Javascript interpreter into Ruby
1. Ruby Objects goes into Javascript 1. Ruby Objects goes into Javascript
1. Our shark's in the Javascript! 1. Our shark's in the Javascript!
include Rhino
# evaluate some simple javascript # evaluate some simple javascript
Rhino::Context.open do |context| Rhino::Context.open do |context|