Updated Liquid Drops (markdown)

baldwindavid
2010-08-29 15:09:50 -07:00
parent 0e8f3656c4
commit 69bf7a187e
+1 -1
@@ -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.