Skip to content

Commit

Permalink
Remove OperationTreeBuilders::RangeObject autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
jas14 committed Oct 22, 2024
1 parent c6d7fff commit ee3bda4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/super_diff/basic/operation_tree_builders.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ module OperationTreeBuilders
)
autoload :TimeLike, "super_diff/basic/operation_tree_builders/time_like"
autoload :DateLike, "super_diff/basic/operation_tree_builders/date_like"
autoload :RangeObject,
"super_diff/basic/operation_tree_builders/range_object"

class Main
def self.call(*args)
Expand Down

0 comments on commit ee3bda4

Please sign in to comment.