botanicus / recho forked from bmizerany/recho
- Source
- Commits
- Network (3)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
Jakub Šťastný aka Botanicus (author)
Wed Oct 28 15:40:51 -0700 2009
recho /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.md | ||
| |
lib/ | ||
| |
recho.gemspec |
README.md
echo
Install
gem install recho
Usage
require 'recho'
include FileUtils
echo("foo msg") > "foofile"
echo("foo msg") >> "foofile"
or
FileUtils.echo("foo msg") > "foofile"
FileUtils.echo("foo msg") >> "foofile"

