From e9a0387eecc20916c812aacda0328a251fd77f97 Mon Sep 17 00:00:00 2001 From: Stephan Hagemann Date: Tue, 3 May 2011 01:33:14 +0200 Subject: [PATCH] Added example for ap returning object to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1cf5e19..d38372e 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,14 @@ Supported color names: [19] upcase!() String ] + $ cat > 6.rb + require "ap" + ap(42 == ap(42)) + ^D + $ ruby 6.rb + 42 + true + ### Example (Rails console) ### $ ruby script/console Loading development environment (Rails 2.3.5)