class Nrb::Configuration
Class that provides a configuration object to the main namespace.
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/nrb.rb, line 24 def initialize(*args) super self.autoload_paths = Nrb::RESOURCES end