Skip to content

Commit

Permalink
fix: include Mixin methods
Browse files Browse the repository at this point in the history
  • Loading branch information
thadeu committed May 6, 2024
1 parent 7bfbb0a commit 76b6fa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/zx/result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ def success!(value = nil, type: :ok)
self
end

include Mixin
extend Mixin
include Zx::Mixin
extend Zx::Mixin
end

include Mixin
extend Mixin
include Zx::Mixin
extend Zx::Mixin
end

0 comments on commit 76b6fa5

Please sign in to comment.