config/definitions.rb in checkoff-0.187.0 vs config/definitions.rb in checkoff-0.188.0
- old
+ new
@@ -1,8 +1,16 @@
# frozen_string_literal: true
#
# rubocop:disable Layout/LineLength
# @!parse
+# module OpenSSL
+# module SSL
+# # @type [Integer]
+# VERIFY_PEER = 1
+# # @type [Integer]
+# VERIFY_NONE = 0
+# end
+# end
# class Time
# class << self
# # @param time [String]
# # @return [Time]
# def parse(time); end