method
new
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::ConfigurationFile
new(content_path)public
No documentation available.
# File activesupport/lib/active_support/configuration_file.rb, line 12
def initialize(content_path)
@content_path = content_path.to_s
@content = read content_path
end