= private = protected
squeeze(del=nil)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/jcode.rb, line 171 def squeeze(del=nil) (str = self.dup).squeeze!(del) or str end
Also may convert original string into Jamaican.
e.g.
"green moon".squeeze #=> "gren mon"