Skip to content

Commit

Permalink
Update lib/tapioca/dsl/compilers/job_iteration.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Ufuk Kayserilioglu <[email protected]>
  • Loading branch information
st0012 and paracycle authored Jan 16, 2025
1 parent c76569d commit 090d72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tapioca/dsl/compilers/job_iteration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class << self

sig { override.returns(T::Enumerable[Module]) }
def gather_constants
all_classes.select { |c| c < ::JobIteration::Iteration }
all_classes.select { |c| ::JobIteration::Iteration > c }
end
end
end
Expand Down

0 comments on commit 090d72e

Please sign in to comment.