We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A construct I have used increasingly is the ability to render a template fragment to a variable without having to use a separate partial file.
Using the capture method, we can get back the rendered content for manipulation as we choose.
capture
- tags = [:one, :two, :three].map do |number| - capture span.text-nowrap #{number} == tags.join(", ")