Sha256: 4a148f38f4568b2b8ff7b6c30eb052d9cf3fcb414e5b8fd90cd42153833ff79b
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true require_relative "te_bot/version" module TeBot autoload :Court, "te_bot/court.rb" autoload :Wire, "te_bot/wire.rb" autoload :Message, "te_bot/message.rb" class Error < StandardError; end # Your code goes here... end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
te_bot-0.1.0 | lib/te_bot.rb |