Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created October 12, 2017 20:53
Show Gist options
  • Save havenwood/5f5fd7d5c369a8c027a943e615acce74 to your computer and use it in GitHub Desktop.
Save havenwood/5f5fd7d5c369a8c027a943e615acce74 to your computer and use it in GitHub Desktop.
lines = token_lines(tokens).map do |line|
line.map { |tok, val| @inner.span(tok, val) }.join
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment