8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5083b2 commit cb61a00Copy full SHA for cb61a00
lib/json/common.rb
@@ -215,7 +215,7 @@ def parse!(source, opts = {})
215
end
216
217
# :call-seq:
218
- # CSV.load_file(path, opts={}) -> object
+ # JSON.load_file(path, opts={}) -> object
219
#
220
# Calls:
221
# parse(File.read(path), opts)
@@ -226,10 +226,10 @@ def load_file(filespec, opts = {})
226
227
228
229
- # CSV.load_file!(path, opts = {})
+ # JSON.load_file!(path, opts = {})
230
231
232
- # CSV.parse!(File.read(path, opts))
+ # JSON.parse!(File.read(path, opts))
233
234
# See method #parse!
235
def load_file!(filespec, opts = {})
0 commit comments