Sha256: 89e2fc2097f908c301e9215d76d9ec9c612912813ea0fe2531a5a63080dc1bec
Contents?: true
Size: 212 Bytes
Versions: 8
Compression:
Stored size: 212 Bytes
Contents
module Xcode class Project class Config module Decomment def decomment(string) string.gsub(/\/\/(.*)\n/, '').gsub(/\/\*(.*?)\*\//m, '').strip end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems