Skip to content

Instantly share code, notes, and snippets.

@j4zzcat
Created January 28, 2020 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j4zzcat/bac171016ce6e41e8e75c60b2cafcbc2 to your computer and use it in GitHub Desktop.
Save j4zzcat/bac171016ce6e41e8e75c60b2cafcbc2 to your computer and use it in GitHub Desktop.
Remove white space from HEREDOC
class Subscription
def warning_message
<<~HEREDOC
Subscription expiring soon!
Your free trial will expire in #{days_until_expiration} days.
Please update your billing information.
HEREDOC
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment