# File lib/jcode.rb, line 192
  def chop!
    self.gsub!(/(?:.|\r?\n)\z/, '')
  end