Sha256: d383cde7123ebd09cacb74a88f53612142c908751c16844517f6d114f79bda4b

Contents?: true

Size: 167 Bytes

Versions: 3

Compression:

Stored size: 167 Bytes

Contents

module Slappy
  module DSL
    extend Forwardable

    def_delegators :Slappy, :hello, :hear, :say, :start, :logger, :schedule, :monitor
  end
end

extend Slappy::DSL

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slappy-0.5.2 lib/slappy/dsl.rb
slappy-0.5.1 lib/slappy/dsl.rb
slappy-0.5.0 lib/slappy/dsl.rb