Skip to content

Instantly share code, notes, and snippets.

Created September 16, 2015 07:55
Show Gist options
  • Save anonymous/e00d3493020555a20458 to your computer and use it in GitHub Desktop.
Save anonymous/e00d3493020555a20458 to your computer and use it in GitHub Desktop.
binding.pry added
# ...
def read_config_file
if File.exists?(config_file_name)
binding.pry
config_file = YAML.load(File.read config_file_name)
end
if @config_file['blacklist'].class == Array
blacklist = @config_file['blacklist']
end
end
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment