Skip to content

Instantly share code, notes, and snippets.

@utx0
Created April 28, 2013 10:08
Show Gist options
  • Save utx0/5476470 to your computer and use it in GitHub Desktop.
Save utx0/5476470 to your computer and use it in GitHub Desktop.
Test sublime gist plugin
layout title date comments categories
post
Test Post
2013-04-26 22:12
true

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