Module: Leet::String

Included in:
String
Defined in:
lib/leet/string.rb

Instance Method Summary collapse

Instance Method Details

#leetObject



5
6
7
# File 'lib/leet/string.rb', line 5

def leet
  Leet::str2leet self
end

#unleetObject



9
10
11
# File 'lib/leet/string.rb', line 9

def unleet
  Leet::leet2str self
end