-
由 Nick Thomas 创作于
None of this code can be reached any more, so it can all be removed
由 Nick Thomas 创作于None of this code can be reached any more, so it can all be removed
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
forever.rb 115 B
# frozen_string_literal: true
class Forever
DATE = DateTime.new(3000, 1, 1)
def self.date
DATE
end
end