Skip to content

Commit

Permalink
Update YARD comment to avoid warning (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and ohler55 committed Mar 29, 2019
1 parent 6037ad9 commit 8315c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oj/mimic.rb
Expand Up @@ -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)
Expand Down

0 comments on commit 8315c46

Please sign in to comment.