class String
Public Instance Methods
tr_cpp()
click to toggle source
# File src/features.rb, line 5 def tr_cpp strip.upcase.tr_s("^A-Z0-9_", "_") end
# File src/features.rb, line 5 def tr_cpp strip.upcase.tr_s("^A-Z0-9_", "_") end