class RemindMe::Reminder::MissingGemReminder

Public Instance Methods

conditions_met?() click to toggle source
# File lib/remind_me/reminder/missing_gem_reminder.rb, line 14
def conditions_met?
  !gem_installed?(hash_missing_gem)
end