mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
8 lines
No EOL
164 B
Ruby
8 lines
No EOL
164 B
Ruby
module Rhino
|
|
module Ruby
|
|
|
|
autoload :DefaultAccess, "rhino/ruby/default_access"
|
|
autoload :AttributeAccess, "rhino/ruby/attribute_access"
|
|
|
|
end
|
|
end |