Skip to content

Commit

Permalink
Merge pull request #604 from ksss/will-syntax-error
Browse files Browse the repository at this point in the history
Duplicated keyword argument
  • Loading branch information
ksss authored Jun 14, 2024
2 parents fbc2541 + f8e4025 commit 06a8f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gems/rolify/6.0/rolify.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module Rolify

def rolify: (?role_cname: String, ?role_join_table_name: String, ?before_add: untyped, ?after_add: untyped, ?before_remove: untyped, ?after_remove: untyped, ?inverse_of: untyped, ?strict: bool) -> void
def adapter: () -> untyped
def resourcify: (Symbol association_name, role_cname: String, ?role_cname: String, ?dependent: :Symbol) -> void
def resourcify: (Symbol association_name, ?role_cname: String, ?dependent: :Symbol) -> void
def resource_adapter: () -> untyped
def scopify: () -> void
def role_class: () -> untyped
Expand Down

0 comments on commit 06a8f44

Please sign in to comment.