Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/xcmultilingual/bundle.rb
Instance Method Summary collapse
Instance Method Details
#safe ⇒ Object
19 20 21 |
# File 'lib/xcmultilingual/bundle.rb', line 19 def safe return self.gsub(" ", "_") end |