Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jdickey/9dfaec30168b7662dac7 to your computer and use it in GitHub Desktop.
Save jdickey/9dfaec30168b7662dac7 to your computer and use it in GitHub Desktop.

This is simple Markdown, but it has a GFM code block immediately below, and was coded by @jdickey:

class Foo < Bar
  attr_reader :foo
  
  def initialize(foo:)
    @foo = foo
    self
  end
  
  def blut!
    rand(0..1) ? foo : 42
  end
end

How did we do?

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