# File lib/terminal-notifier.rb, line 14
  def self.version
    @version ||= `uname`.strip == 'Darwin' && `sw_vers -productVersion`.strip
  end