Merge branch 'master' of github.com:joshtronic/pickles

This commit is contained in:
Josh Sherman 2012-11-30 17:36:43 -05:00
commit f812971395
2 changed files with 7 additions and 0 deletions

View file

@ -85,6 +85,7 @@ class String
return trim($string, '-');;
}
// }}}
// {{{ Is Empty
/**
@ -233,3 +234,4 @@ class String
}
?>