Skip to content

Instantly share code, notes, and snippets.

@raphink
Created September 3, 2014 12:56
Show Gist options
  • Save raphink/66894d4b6e789b1685d7 to your computer and use it in GitHub Desktop.
Save raphink/66894d4b6e789b1685d7 to your computer and use it in GitHub Desktop.
values = {}
format.scan(/%{([^}]+)}/).flatten.map { |e| values[e.to_sym] = eval(e) }
format % values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment