Revert "Set methods on Options already return Options instances"
This reverts commit 4d1464c246861f7aedc355cb5f6360370d05114e.
This commit is contained in:
parent
1e852a8f3f
commit
d4aa7b8df0
@ -66,11 +66,11 @@ class BuildOptions
|
||||
end
|
||||
|
||||
def used_options
|
||||
@options & @args
|
||||
Options.new(@options & @args)
|
||||
end
|
||||
|
||||
def unused_options
|
||||
@options - @args
|
||||
Options.new(@options - @args)
|
||||
end
|
||||
|
||||
private
|
||||
|
Loading…
x
Reference in New Issue
Block a user