Skip to content

Commit 388a9ea

Browse files
committed
Attempt to fix truffleruby issue
1 parent aaa9dbb commit 388a9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/mime/types/loader.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def load_columnar
7979
#
8080
# This will load from columnar files (#load_columnar) if <tt>columnar:
8181
# true</tt> is provided in +options+ and there are columnar files in +path+.
82-
def load(options = {columnar: false})
82+
def load(options = {columnar: true})
8383
if options[:columnar] && !Dir[columnar_path].empty?
8484
load_columnar
8585
else

0 commit comments

Comments
 (0)