方法
- N
类公共方法
new(content_path) 链接
源代码: 显示 | 在GitHub上查看
# File activesupport/lib/active_support/encrypted_file.rb, line 10 def initialize(content_path) super "Missing encrypted content file in #{content_path}." end
源代码: 显示 | 在GitHub上查看
# File activesupport/lib/active_support/encrypted_file.rb, line 10 def initialize(content_path) super "Missing encrypted content file in #{content_path}." end