跳至內容 跳至搜尋
方法
C
N

類別公開方法

新增(*)

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

實例公開方法

關閉()

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