Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/glitched_string.rb
Instance Method Summary collapse
Instance Method Details
#glitch(options = {}) ⇒ Object
140 141 142 |
# File 'lib/glitched_string.rb', line 140 def glitch( = {}) GlitchedString.glitch(self, ) end |
#glitch!(options = {}) ⇒ Object
143 144 145 |
# File 'lib/glitched_string.rb', line 143 def glitch!( = {}) self.replace(GlitchedString.glitch(self, )) end |