mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Ensure top-level Crystal types are used
This commit is contained in:
parent
c4a97230f1
commit
34060ce181
1 changed files with 2 additions and 2 deletions
|
@ -716,8 +716,8 @@ module Spectator
|
||||||
{% raise "Undefined local variable or method '#{call}'" %}
|
{% raise "Undefined local variable or method '#{call}'" %}
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
descriptor = { {{method_name}}: Tuple.new({{call.args.splat}}) }
|
descriptor = { {{method_name}}: ::Tuple.new({{call.args.splat}}) }
|
||||||
label = String::Builder.new({{method_name.stringify}})
|
label = ::String::Builder.new({{method_name.stringify}})
|
||||||
{% unless call.args.empty? %}
|
{% unless call.args.empty? %}
|
||||||
label << '('
|
label << '('
|
||||||
{% for arg, index in call.args %}
|
{% for arg, index in call.args %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue