module LicenseFinder::Platform

def self.darwin?

def self.darwin?
  RUBY_PLATFORM =~ /darwin/
end