Module: Leet::String
- Included in:
- String
- Defined in:
- lib/leet/string.rb
Instance Method Summary collapse
Instance Method Details
#leet ⇒ Object
5 6 7 |
# File 'lib/leet/string.rb', line 5 def leet Leet::str2leet self end |
#unleet ⇒ Object
9 10 11 |
# File 'lib/leet/string.rb', line 9 def unleet Leet::leet2str self end |