Skip to content

Instantly share code, notes, and snippets.

@gquintana
Created January 8, 2017 08:39
Show Gist options
  • Save gquintana/901ff08919da2fa96872318194e8ba5c to your computer and use it in GitHub Desktop.
Save gquintana/901ff08919da2fa96872318194e8ba5c to your computer and use it in GitHub Desktop.
Markdown and Ruby

Ruby language

class Person
  def name             # Get name
    @name
  end
  def name=(new_name)  # Set name
    @name=new_name
  end
end

At this point Markdown syntax colouring is broken in Atom. The single quote: let's triggers something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment