method
parse
rails 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