From d873b27e5e8157f6ea003ce8f492ca30dace400e Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Mon, 27 Jun 2022 19:27:54 -0500 Subject: [PATCH] Capitalize name of file --- lib/dry/files.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dry/files.rb b/lib/dry/files.rb index 61430b8..9226c82 100644 --- a/lib/dry/files.rb +++ b/lib/dry/files.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require "english" +require "English" # Required to load $INPUT_RECORD_SEPARATOR # dry-rb is a collection of next-generation Ruby libraries #