Sha256: fa903d220042ab662b10900df55b64c96059329cdb5642b0ed3ef937ca09632e

Contents?: true

Size: 102 Bytes

Versions: 15

Compression:

Stored size: 102 Bytes

Contents

class SampleHandler < DispatchRider::Handlers::Base
  def process(_params)
    # do nothing
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
dispatch-rider-2.1.0 spec/support/sample_handler.rb
dispatch-rider-2.0.0 spec/support/sample_handler.rb
dispatch-rider-1.9.0 spec/support/sample_handler.rb
dispatch-rider-1.8.6 spec/support/sample_handler.rb
dispatch-rider-1.8.5 spec/support/sample_handler.rb
dispatch-rider-1.8.4 spec/support/sample_handler.rb
dispatch-rider-1.8.3 spec/support/sample_handler.rb
dispatch-rider-1.8.2 spec/support/sample_handler.rb
dispatch-rider-1.8.1 spec/support/sample_handler.rb
dispatch-rider-1.8.0 spec/support/sample_handler.rb
dispatch-rider-1.7.2 spec/support/sample_handler.rb
dispatch-rider-1.7.1 spec/support/sample_handler.rb
dispatch-rider-1.7.0 spec/support/sample_handler.rb
dispatch-rider-1.6.2 spec/support/sample_handler.rb
dispatch-rider-1.6.1 spec/support/sample_handler.rb