Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/xccache/core/system.rb

Instance Method Summary collapse

Instance Method Details

#c99extidentifierObject



5
6
7
# File 'lib/xccache/core/system.rb', line 5

def c99extidentifier
  gsub(/[^a-zA-Z0-9.]/, "_")
end