mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
11 lines
No EOL
246 B
Ruby
11 lines
No EOL
246 B
Ruby
|
|
module Rhino
|
|
require 'rhino/java'
|
|
require 'rhino/object'
|
|
require 'rhino/context'
|
|
require 'rhino/wormhole'
|
|
require 'rhino/ruby_object'
|
|
require 'rhino/ruby_function'
|
|
require 'rhino/native_object'
|
|
require 'rhino/native_function'
|
|
end |