Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
finbarr committed Nov 13, 2011
1 parent d3f8775 commit 4e39367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions README

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Ruby functions for PHP
======================

$a = array(1,2,3);
$b = Ruby::map($a,function($i){return $i*2;});
$b == array(2,4,6); // TRUE
$a = array(1,2,3);
$b = Ruby::map($a,function($i){return $i*2;});
$b == array(2,4,6); // TRUE

0 comments on commit 4e39367

Please sign in to comment.