Module: Stuff::RemindersBehaviour

Defined in:
lib/cabeza-de-termo/cachivache-helpers/utilities/stuff-reminders-behaviour.rb

Instance Method Summary collapse

Instance Method Details

#show_info(text) ⇒ Object



7
8
9
# File 'lib/cabeza-de-termo/cachivache-helpers/utilities/stuff-reminders-behaviour.rb', line 7

def show_info(text)
	ShellContext.show_info(text)
end

#show_remindersObject



3
4
5
# File 'lib/cabeza-de-termo/cachivache-helpers/utilities/stuff-reminders-behaviour.rb', line 3

def show_reminders()
	ShellContext.reminders.each { |alert| show_info(alert) }
end