略過至內容 略過至搜尋
方法
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