class String
Overload the string class
Public Instance Methods
from_kenny()
click to toggle source
# File lib/kenny_speak/overloads.rb, line 15 def from_kenny KennySpeak::Kenny.from_kenny(self) end
from_kenny!()
click to toggle source
# File lib/kenny_speak/overloads.rb, line 19 def from_kenny! replace from_kenny end
to_kenny()
click to toggle source
# File lib/kenny_speak/overloads.rb, line 7 def to_kenny KennySpeak::Kenny.to_kenny(self) end
to_kenny!()
click to toggle source
# File lib/kenny_speak/overloads.rb, line 11 def to_kenny! replace to_kenny end