We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbea1be commit 3fb6e3aCopy full SHA for 3fb6e3a
spec/spec_helper.rb
@@ -10,7 +10,7 @@ module Pact
10
class SpecificationVersion < Gem::Version
11
12
def initialize string
13
- super((string || '4').tap { |it| puts "The version is #{it.inspect}" })
+ super((string || '4').tap { |it| $stderr.puts "The version is #{it.inspect}" })
14
end
15
16
0 commit comments