跳至内容 跳至搜索
方法
C
N

类公开方法

new(*)

# File activesupport/lib/active_support/gzip.rb, line 19
def initialize(*)
  super
  set_encoding "BINARY"
end

实例公开方法

close()

# File activesupport/lib/active_support/gzip.rb, line 23
def close; rewind; end