Skip to content

Instantly share code, notes, and snippets.

View Fokusnica's full-sized avatar

Liubov Derevianko Fokusnica

  • Kharkiv, Ukraine
View GitHub Profile
def email_notification
<<-TEXT
Hello, #{email_notification_params[:reader_name]}
You should return a book #{email_notification_params[:book_title]} authored by "#{email_notification_params[:book_author]}" in #{email_notification_params[:time_left]} hours.
Otherwise you will be charged $#{email_notification_params[:penalty_per_hour]} per hour.
TEXT