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.