# File lib/gitlab_git/blob.rb, line 263
      def binary?
        @binary.nil? ? super : @binary == true
      end