mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
8 lines
No EOL
117 B
Ruby
8 lines
No EOL
117 B
Ruby
require 'java'
|
|
require 'rhino/rhino-1.7R2.jar'
|
|
|
|
module Rhino
|
|
module J
|
|
import "org.mozilla.javascript"
|
|
end
|
|
end |