Flowdock
method

compressor

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: LazyCompressor
compressor() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/sprockets/compressors.rb, line 79
    def compressor
      @compressor ||= (@block.call || NullCompressor.new)
    end
Register or log in to add new notes.