Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/vcpkg_pipeline/extension/string_vpl.rb

Overview

String

Instance Method Summary collapse

Instance Method Details

#cleanObject



5
6
7
# File 'lib/vcpkg_pipeline/extension/string_vpl.rb', line 5

def clean
  gsub(/\#.*/, '').gsub(/\(/, ' ( ').gsub(/\)/, ' ) ').gsub(/\n/, ' ').gsub(/\ +/, ' ')
end