module Lender
Defined in:
lender.crConstant Summary
-
VERSION =
"0.3.1"
Instance Method Summary
- #lender_content(content : String, ctx : Liquid::Context) : String
-
#lender_file(file : File, ctx : Liquid::Context, base_path : String = ".") : String
base_path arg not used in this variant, just there to make signatures match
- #lender_file(path : String, ctx : Liquid::Context, base_path : String = ".") : String
Macro Summary
-
lender(file)
For frameworks, where lender_context and lender_base_path will typically be preset by controllers, we define macros, to avoid the need for the extra arguments.
-
lender_string(string)
For frameworks, where lender_context and lender_base_path will typically be preset by controllers, we define macros, to avoid the need for the extra arguments.
Instance Method Detail
base_path arg not used in this variant, just there to make signatures match
Macro Detail
For frameworks, where lender_context and lender_base_path will typically be preset by controllers, we define macros, to avoid the need for the extra arguments.
For frameworks, where lender_context and lender_base_path will typically be preset by controllers, we define macros, to avoid the need for the extra arguments.