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

7 lines
102 B
Ruby
Raw Normal View History

module Rhino
module Ruby
autoload :DefaultAccess, "rhino/ruby/default_access"
end
end