Skip to content

Instantly share code, notes, and snippets.

@utx0
Created April 28, 2013 10:08
Show Gist options
  • Select an option

  • Save utx0/5476470 to your computer and use it in GitHub Desktop.

Select an option

Save utx0/5476470 to your computer and use it in GitHub Desktop.
Test sublime gist plugin
layout post
title Test Post
date 2013-04-26 22:12
comments true
categories

Testing code blocks:

class Fixnum
  def prime?
    ('1' * self) !~ /^1?$|^(11+?)\1+$/
  end
end

New:

$ sudo make me a sandwich

Gist example:

{% gist 996818 %}

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