Sha256: fd7e50417918095789129429c95c8e3aa2630c1bf4c73e4467b86b2eaa26c928
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 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" autoload :Cable, "te_bot/cable.rb" class Error < StandardError; end # Your code goes here... end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
te_bot-0.4.0 | lib/te_bot.rb |
te_bot-0.3.0 | lib/te_bot.rb |
te_bot-0.2.0 | lib/te_bot.rb |