方法
类公共方法
new(*) 链接
来源:显示 | 在 GitHub 上
# File activesupport/lib/active_support/gzip.rb, line 19 def initialize(*) super set_encoding "BINARY" end
实例公共方法
close() 链接
来源:显示 | 在 GitHub 上
# File activesupport/lib/active_support/gzip.rb, line 23 def close; rewind; end