# File lib/heroku/helpers.rb, line 11
    def running_on_a_mac?
      RUBY_PLATFORM =~ /-darwin\d/
    end