public function testCanPrependString()
 {
     $this->assertEquals('foobar', Strings::prepend('bar', 'foo'));
 }