bakineggs (owner)

Revisions

gist: 138572 Download_button fork
public
Public Clone URL: git://gist.github.com/138572.git
Embed All Files: show embed
fuck.php #
1
2
3
4
5
6
7
8
<?php
$TAGLINES = array(
  'one spec at a time',
  'scalin\' rails so hard it hurts'
);
shuffle($TAGLINES);
$tagline = $TAGLINES[0];
?>
love.rb #
1
2
3
4
tagline = [
  'one spec at a time',
  'scalin\' rails so hard it hurts'
].rand