# File lib/whenever.rb, line 21
  def self.bin_rails?
    File.exists?(File.join(path, 'bin', 'rails'))
  end