Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/luogu/init.rb
Instance Method Summary collapse
Instance Method Details
#cover_chinese ⇒ Object
38 39 40 |
# File 'lib/luogu/init.rb', line 38 def cover_chinese self.gsub(/[\uFF01-\uFF0F]/) {|s| (s.ord-65248).chr} end |