Sha256: 615989bc7bbb1021ffd69de627f2a871567400612b821beeaaade730118d7bd0

Contents?: true

Size: 141 Bytes

Versions: 21

Compression:

Stored size: 141 Bytes

Contents

module Botolo
  module Bot
    class Behaviour

      def initialize(options={})
        @name = options[:name]
      end

    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
botolo-0.10.0 lib/botolo/bot/behaviour.rb