Skip to content

Instantly share code, notes, and snippets.

f = File.new('input.txt','r')
@output = File.new('output.txt','w')
@last_names = []
@first_names = []
load_databases()
f.readlines.each do |line|
# Gem File Standards
#
# Organization
# Alphabetize gems within their grouping
# Default to `require: false` to prevent increasing the rails load time
# Be conservative in which group to place a gem
# Comment on the same line when needed, ignore the column width limit
#
# Versioning
# peg to the current version using `~> x.y`