Sha256: cb61c155406d6b220456053b5c8454b09cdb637c3a9f923e1bbfc206b212f5b1

Contents?: true

Size: 150 Bytes

Versions: 9

Compression:

Stored size: 150 Bytes

Contents

module Happy
  class Response < Rack::Response
    attr_accessor :layout

    def initialize(*args)
      super
      @layout = nil
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
happy-0.1.0 lib/happy/response.rb
happy-0.1.0.pre28 lib/happy/response.rb
happy-0.1.0.pre27 lib/happy/response.rb
happy-0.1.0.pre25 lib/happy/response.rb
happy-0.1.0.pre24 lib/happy/response.rb
happy-0.1.0.pre23 lib/happy/response.rb
happy-0.1.0.pre22 lib/happy/response.rb
happy-0.1.0.pre21 lib/happy/response.rb
happy-0.1.0.pre20 lib/happy/response.rb