module JSONtoDB::IO
This module handles input/output operations for the library
Public Instance Methods
read(src)
click to toggle source
# File lib/jsontodb/io.rb, line 9 def read(src) hash = JSON.parse(File.read(src)) hash end