You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is usefull when want for example write json as string: this is not readable %Q[{"a":[1,2,3]}] and %Q{{"a":[1,2,3]}}, but this ok: %Q|{"a":[1,2,3]}|
The text was updated successfully, but these errors were encountered:
in ruby this is ok:
%Q|a|
in crystal not compiled.
this is usefull when want for example write json as string: this is not readable
%Q[{"a":[1,2,3]}]
and%Q{{"a":[1,2,3]}}
, but this ok:%Q|{"a":[1,2,3]}|
The text was updated successfully, but these errors were encountered: