Skip to content

Instantly share code, notes, and snippets.

@backus
Last active November 16, 2015 06:16
Show Gist options
  • Save backus/f341a4b92e54fa376211 to your computer and use it in GitHub Desktop.
Save backus/f341a4b92e54fa376211 to your computer and use it in GitHub Desktop.
---
Style/BarePercentLiterals:
EnforcedStyle: percent_q
SupportedStyles:
- percent_q
- bare_percent
# encoding: utf-8
interpolation = 'hello'
%Q(example "with quotes" and #{interpolation})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment