# File lib/rubocop/git/patch.rb, line 8
  def initialize(body)
    @body = body || ''
  end