方法
類別公用方法
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