方法
類別公開方法
新增(*) 連結
來源:顯示 | 在 GitHub 上
# File activesupport/lib/active_support/gzip.rb, line 19 def initialize(*) super set_encoding "BINARY" end
實例公開方法
關閉() 連結
來源:顯示 | 在 GitHub 上
# File activesupport/lib/active_support/gzip.rb, line 23 def close; rewind; end