module Minitest::Guard

def osx? platform = RUBY_PLATFORM

def osx? platform = RUBY_PLATFORM
  /darwin/ =~ platform
end