Method: FileConnector#read

Defined in:
lib/file_connector.rb

#readObject



15
16
17
18
# File 'lib/file_connector.rb', line 15

def read
  file = File.read(@file_path)
  JSON.parse(file)
end