mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Use absolute path to RESERVED_KEYWORDS
This commit is contained in:
parent
b23a567ee3
commit
03a031ad38
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ module Spectator
|
|||
|
||||
{% for method in type.methods.reject do |meth|
|
||||
meth.name.starts_with?("_spectator") ||
|
||||
DSL::RESERVED_KEYWORDS.includes?(meth.name.symbolize)
|
||||
::Spectator::DSL::RESERVED_KEYWORDS.includes?(meth.name.symbolize)
|
||||
end %}
|
||||
{{style.id}} {{method}}
|
||||
{% end %}
|
||||
|
|
Loading…
Reference in a new issue