shunito / man

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

man

void function( unLuckyGuy ){
  function birth( man ){
    return man.get('Rib').toFlesh();
  }
  var woman = birth( unLuckyGuy );
}(you);

About