Sha256: 015b49779dd879fa5bc0bd4a4e38001a4317de988450e9d7923508f20f0d1ba6

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

# frozen_string_literal: true

class ServiceDefinition < Shatter::Service::ServiceDefinition
  register_function :hello_world, HelloWorldFunction
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shatter-rb-0.1.1 example_app/app/service_definition.rb
shatter-rb-0.1.0 example_app/app/service_definition.rb