Skip to content

Instantly share code, notes, and snippets.

@lkrych
Created February 19, 2017 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lkrych/d50f8cbfea8b82a0f09174c335a16589 to your computer and use it in GitHub Desktop.
Save lkrych/d50f8cbfea8b82a0f09174c335a16589 to your computer and use it in GitHub Desktop.
The HAML that returns the quoted stock
%p
= "A share of #{@name} (#{@symbol}) costs "
%b="#{@price}."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment