method
parse
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::ConfigurationFile
parse(content_path, **options)public
No documentation available.
# File activesupport/lib/active_support/configuration_file.rb, line 17
def self.parse(content_path, **options)
new(content_path).parse(**options)
end