Skip to content

Commit

Permalink
Remove comment since releasing ruby/rbs#1012
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 22, 2022
1 parent 2127f0a commit 1fe2c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ulid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ def self.current_milliseconds
# @param [Time] time
# @return [Integer]
private_class_method(def self.milliseconds_from_time(time)
# Incorrect rbs sig error happens. See https://github.com/ruby/rbs/pull/1012
(time.to_r * 1000).to_i
end)

Expand Down

0 comments on commit 1fe2c7e

Please sign in to comment.