mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add stubs for primitive methods
This commit is contained in:
parent
64cd921a7e
commit
01fc91e854
1 changed files with 1 additions and 2 deletions
|
@ -160,8 +160,7 @@ module Spectator
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{% for method in type.methods.reject do |meth|
|
{% for method in type.methods.reject do |meth|
|
||||||
meth.annotation(Primitive) ||
|
meth.name.starts_with?("_spectator") ||
|
||||||
meth.name.starts_with?("_spectator") ||
|
|
||||||
DSL::RESERVED_KEYWORDS.includes?(meth.name.symbolize)
|
DSL::RESERVED_KEYWORDS.includes?(meth.name.symbolize)
|
||||||
end %}
|
end %}
|
||||||
{{style.id}} {{method}}
|
{{style.id}} {{method}}
|
||||||
|
|
Loading…
Reference in a new issue