方法
类公开方法
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