Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/xccache/core/system.rb
Instance Method Summary collapse
Instance Method Details
#c99extidentifier ⇒ Object
5 6 7 |
# File 'lib/xccache/core/system.rb', line 5 def c99extidentifier gsub(/[^a-zA-Z0-9.]/, "_") end |