Skip to content

Instantly share code, notes, and snippets.

@yields
Created August 16, 2012 11:51
Show Gist options
  • Save yields/3369601 to your computer and use it in GitHub Desktop.
Save yields/3369601 to your computer and use it in GitHub Desktop.
function describe ($title) {
$bee = bee\Bee::singleton();
return $bee->describe($title);
};
function setup (callable $setup) {
$this->setup = $setup;
return $this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment