Sha256: 824afcc8eb73b6adc2839a59c70611f9d7436ea7791461aa67340445d82a5b7d
Contents?: true
Size: 211 Bytes
Versions: 64
Compression:
Stored size: 211 Bytes
Contents
# This is the registrar for the handlers. module DispatchRider module Registrars class Handler < Base def value(name, options = {}) name.to_s.camelize.constantize end end end end
Version data entries
64 entries across 64 versions & 1 rubygems