Skip to content

Commit

Permalink
Remove inheritance from ::Time
Browse files Browse the repository at this point in the history
  • Loading branch information
ipvalverde authored Jul 16, 2024
1 parent 2f3e6f7 commit dad6aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbi/annotations/activesupport.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ActiveSupport::TestCase
def self.test(name, &block); end
end

class ActiveSupport::TimeWithZone < ::Time
class ActiveSupport::TimeWithZone
# @shim: Methods on ActiveSupport::TimeWithZone are delegated to `Time` using `method_missing
include ::DateAndTime::Zones
# @shim: Methods on ActiveSupport::TimeWithZone are delegated to `Time` using `method_missing
Expand Down

0 comments on commit dad6aa1

Please sign in to comment.