Skip to content

Commit

Permalink
Remove ActiveSupport's Time.current definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ipvalverde committed Jul 17, 2024
1 parent 43b102b commit 689baf8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rbi/annotations/activesupport.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,6 @@ class Time

sig { returns(ActiveSupport::TimeZone) }
def self.zone; end

sig { returns(T.any(ActiveSupport::TimeWithZone, ::Time)) }
def self.current; end
end

class Symbol
Expand Down

0 comments on commit 689baf8

Please sign in to comment.