Skip to content

Commit

Permalink
comment on todo (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba authored Sep 20, 2024
1 parent 39ba510 commit ca452b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kirei/services/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Runner
sig do
type_parameters(:T)
.params(
class_name: T.untyped,
class_name: T.untyped, # @TODO(lud, 17.08.2024): replace all non-word characters with `.`?
log_tags: T::Hash[String, T.untyped],
block: T.proc.returns(T.type_parameter(:T)),
).returns(T.type_parameter(:T))
Expand Down

0 comments on commit ca452b8

Please sign in to comment.