Sha256: d74387c3b14e9bd1a6a26c0c395025c9659b9cbbd007535c4be178ec6b77c322
Contents?: true
Size: 294 Bytes
Versions: 3
Compression:
Stored size: 294 Bytes
Contents
# # Overload the string class # class String def to_kenny KennySpeak::Kenny.to_kenny(self) end def to_kenny! replace to_kenny end def from_kenny KennySpeak::Kenny.from_kenny(self) end def from_kenny! replace from_kenny end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kenny_speak-1.1.2 | lib/kenny_speak/overloads.rb |
kenny_speak-1.1.1 | lib/kenny_speak/overloads.rb |
kenny_speak-1.1.0 | lib/kenny_speak/strings.rb |