class ActiveSupport::ConfigurationFile
def initialize(content_path)
def initialize(content_path) @content_path = content_path.to_s @content = read content_path end
def initialize(content_path) @content_path = content_path.to_s @content = read content_path end