Method: Framework::Root#initialize

Defined in:
lib/framework/root.rb

#initialize(path = Dir.pwd) ⇒ Root

Returns a new instance of Root.

Parameters:

  • (defaults to: Dir.pwd)


5
6
7
8
# File 'lib/framework/root.rb', line 5

def initialize(path=Dir.pwd)
  super(path)
  self.freeze
end