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,7 +160,6 @@ module Spectator
|
|||
{% end %}
|
||||
|
||||
{% for method in type.methods.reject do |meth|
|
||||
meth.annotation(Primitive) ||
|
||||
meth.name.starts_with?("_spectator") ||
|
||||
DSL::RESERVED_KEYWORDS.includes?(meth.name.symbolize)
|
||||
end %}
|
||||
|
|
Loading…
Reference in a new issue