Module: Xcode::Project::Config::Decomment
- Included in:
- ArrayNode, ObjectNode
- Defined in:
- lib/xcode/project/config/decomment.rb
Instance Method Summary collapse
Instance Method Details
#decomment(string) ⇒ Object
5 6 7 |
# File 'lib/xcode/project/config/decomment.rb', line 5 def decomment(string) string.gsub(/\/\/(.*)\n/, '').gsub(/\/\*(.*?)\*\//m, '').strip end |