Sha256: d87c67167ec4da3bfcd46062f5f8fbb9d1a90d5aada6dc14958ef67b4e9ffacf
Contents?: true
Size: 190 Bytes
Versions: 27
Compression:
Stored size: 190 Bytes
Contents
class Responders::Multi < ApplicationResponder respond_to "scan-data", "text" def can_handle? match_message('multi') end def handle text_response('Hello multi!') end end
Version data entries
27 entries across 27 versions & 1 rubygems