class String

Public Instance Methods

glitch(options = {}) click to toggle source
# File lib/glitched_string.rb, line 140
def glitch(options = {})
  GlitchedString.glitch(self, options)
end
glitch!(options = {}) click to toggle source
# File lib/glitched_string.rb, line 143
def glitch!(options = {})
  self.replace(GlitchedString.glitch(self, options))
end