# File lib/friendly_id/slug_string.rb, line 227 def truncate!(max) @wrapped_string = self[0...max].to_s if length > max end