From 69bf7a187e3e5aeb263415da769d827a56f5e938 Mon Sep 17 00:00:00 2001 From: baldwindavid Date: Sun, 29 Aug 2010 15:09:50 -0700 Subject: [PATCH] Updated Liquid Drops (markdown) --- Introduction-to-Drops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introduction-to-Drops.md b/Introduction-to-Drops.md index b4f4baf..bf52f7b 100644 --- a/Introduction-to-Drops.md +++ b/Introduction-to-Drops.md @@ -1,4 +1,4 @@ -# Liquid Drops +# Introduction to Drops Drops let you provide the user with custom functionality. They are very much like a standard Ruby class, but have all unused and potentially dangerous methods removed. From the user's perspective a drop acts very much like a Hash, though methods are accessed with dot-notation as well as element selection. A drop method cannot be invoked with arguments. Drops are called just-in-time, thus allowing you to lazily load objects.