Skip to content

Instantly share code, notes, and snippets.

View rafaelmedeirospb83's full-sized avatar
🏠
Working from home

Rafael Medeiros rafaelmedeirospb83

🏠
Working from home
View GitHub Profile
@rafaelmedeirospb83
rafaelmedeirospb83 / uai.rb
Created June 14, 2017 21:36
Prova-Ruby-Rafael-Figueirêdo-de-Medeiros
require 'json'
class Util
def self.load_json(nome)
JSON.parse(File.read(nome))
end
end
class UAI