mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
Updated Liquid Drops (markdown)
+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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user