Skip to content

Commit

Permalink
use AbortFields type in with_fields method
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahad-10 committed Jul 26, 2024
1 parent 95e205e commit 9546157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sig/wampproto/message/abort.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module Wampproto

def initialize: (Hash[Symbol, untyped] details, String reason, *Array[untyped] args, **Hash[Symbol, untyped] kwargs) -> void

def self.with_fields: (IAbortFields fields) -> void
def self.with_fields: (AbortFields fields) -> void

def marshal: () -> Array[untyped]

Expand Down

0 comments on commit 9546157

Please sign in to comment.