From 8315c461a38b24cbb695884a8652e69192682d21 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 29 Mar 2019 15:05:28 +0100 Subject: [PATCH] Update YARD comment to avoid warning (#531) --- lib/oj/mimic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oj/mimic.rb b/lib/oj/mimic.rb index 9b5e81c9..1f8909f8 100644 --- a/lib/oj/mimic.rb +++ b/lib/oj/mimic.rb @@ -31,7 +31,7 @@ def []=(key, value) end # Loads mimic-ed JSON paths. Used by Oj.mimic_JSON(). - # @param mimic_path [Array] additional paths to add to the Ruby loaded features. + # @param mimic_paths [Array] additional paths to add to the Ruby loaded features. def self.mimic_loaded(mimic_paths=[]) $LOAD_PATH.each do |d| next unless File.exist?(d)