class Xcodeproj::Config

def strip_comment(line)

def strip_comment(line)
  line.partition('//').first
end