Skip to content

Instantly share code, notes, and snippets.

@wflanagan
Created September 4, 2013 18:45
Show Gist options
  • Save wflanagan/6441094 to your computer and use it in GitHub Desktop.
Save wflanagan/6441094 to your computer and use it in GitHub Desktop.
require 'csv'
require 'hashie'
require 'json'
class Close
attr_accessor :data, :jdata
PATH = "/Users/wflanagan/sites/clean_close_data"
def json_file
@json_file ||= File.read("#{PATH}/od.json")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment