Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/vcpkg_pipeline/extension/string_vpl.rb
Overview
String
Instance Method Summary collapse
Instance Method Details
#clean ⇒ Object
5 6 7 |
# File 'lib/vcpkg_pipeline/extension/string_vpl.rb', line 5 def clean gsub(/\#.*/, '').gsub(/\(/, ' ( ').gsub(/\)/, ' ) ').gsub(/\n/, ' ').gsub(/\ +/, ' ') end |