mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Move instance variable
This commit is contained in:
parent
65dba9f317
commit
2e8036d230
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,8 @@ module Spectator
|
||||||
include Events
|
include Events
|
||||||
include Iterable(SpecNode)
|
include Iterable(SpecNode)
|
||||||
|
|
||||||
|
@nodes = [] of SpecNode
|
||||||
|
|
||||||
group_event before_all do |hooks|
|
group_event before_all do |hooks|
|
||||||
Log.trace { "Processing before_all hooks for #{self}" }
|
Log.trace { "Processing before_all hooks for #{self}" }
|
||||||
|
|
||||||
|
@ -60,8 +62,6 @@ module Spectator
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@nodes = [] of SpecNode
|
|
||||||
|
|
||||||
# Removes the specified *node* from the group.
|
# Removes the specified *node* from the group.
|
||||||
# The node will be unassigned from this group.
|
# The node will be unassigned from this group.
|
||||||
def delete(node : SpecNode)
|
def delete(node : SpecNode)
|
||||||
|
|
Loading…
Reference in a new issue