From 2b3276a2d20b696b6da9d4f4b986eea6175c0525 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 3 Jun 2019 17:31:48 -0700 Subject: Remove the unused platform helper Signed-off-by: Tim Smith --- spec/support/platform_helpers.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec') diff --git a/spec/support/platform_helpers.rb b/spec/support/platform_helpers.rb index 25e17f1..a03a0e0 100644 --- a/spec/support/platform_helpers.rb +++ b/spec/support/platform_helpers.rb @@ -2,8 +2,6 @@ def windows? !!(RUBY_PLATFORM =~ /mswin|mingw|windows/) end -# def jruby? - def unix? !windows? end -- cgit v1.2.1