Methods
G
N
Class Public methods
new(name)
   # File rhino/rhino/lib/rhino.rb
38 def initialize(name)
39   @name = name
40 end
Instance Public methods
get()
   # File rhino/rhino/lib/rhino.rb
42 def get
43   ActiveSupport::Dependencies.constantize(@name)
44 end