public
Description: **!! THIS IS NOW IN RAILS CORE!!** Generate Rails apps from programmatic templates. Skip all the git cloning!
Homepage: http://github.com/rails/rails/commit/e8cc4b116c460c524961a07da92da3f323854c15
Clone URL: git://github.com/jeremymcanally/rg.git
Click here to lend your support to: rg and make a donation at www.pledgie.com !
rg / test.rb
100644 6 lines (5 sloc) 0.065 kb
1
2
3
4
5
6
unless STDIN.read == nil
  puts STDIN.read
else
  puts "eff"
end