We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec599a5 commit b385c34Copy full SHA for b385c34
1 file changed
src/crustache/context.cr
@@ -18,10 +18,10 @@ class Crustache::Context(T)
18
while i < size
19
k = keys[i]
20
case
21
- # TODO:
22
- # this code dose not works in Crystal v0.7.7:
23
- # when ctx.responds_to?(:has_key?) && ctx.responds_to?(:[])
24
- # Perhaps it is the Crystal's bug.
+ # TODO:
+ # this code dose not works in Crystal v0.7.7:
+ # when ctx.responds_to?(:has_key?) && ctx.responds_to?(:[])
+ # Perhaps it is the Crystal's bug.
25
when ctx.responds_to?(:has_key?)
26
if ctx.has_key?(k)
27
if ctx.responds_to?(:[])
0 commit comments