Class: Cont::Char
- Inherits:
-
Object
- Object
- Cont::Char
- Defined in:
- lib/ecraft-ow/counter.rb
Overview
contador de letras
Instance Method Summary collapse
Instance Method Details
#count_char(string, char) ⇒ Object
6 7 8 |
# File 'lib/ecraft-ow/counter.rb', line 6 def count_char(string, char) string.to_json.to_s.upcase.count(char.upcase) end |