mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Use build
instead of capture
for none
This commit is contained in:
parent
e2130d12d3
commit
39e4f8e37a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module Spectator
|
||||||
end
|
end
|
||||||
|
|
||||||
# Instance of empty arguments.
|
# Instance of empty arguments.
|
||||||
class_getter none : AbstractArguments = capture
|
class_getter none : AbstractArguments = build
|
||||||
|
|
||||||
# Returns unconstrained arguments.
|
# Returns unconstrained arguments.
|
||||||
def self.any : AbstractArguments?
|
def self.any : AbstractArguments?
|
||||||
|
|
Loading…
Reference in a new issue