Closed hovsater closed 5 years ago
This pull request add a snippet for the magic comment, # frozen_string_literal: true. By typing frozen, followed by pressing tab, it will expand to the complete comment.
# frozen_string_literal: true
frozen
Pulled, thanks!
This pull request add a snippet for the magic comment,
# frozen_string_literal: true
. By typingfrozen
, followed by pressing tab, it will expand to the complete comment.