Sha256: 316002014d4954a2a576780cf4cc66dfb058b79e92a3433845e15418247235a8
Contents?: true
Size: 430 Bytes
Versions: 7
Compression:
Stored size: 430 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake <% files.sort.each do |f| %> require_relative 'endpoints/<%= f %>' <% end %> module Slack module Web module Api module Endpoints include Slack::Web::Api::Mixins::Conversations include Slack::Web::Api::Mixins::Users <% files.sort.each do |f| %> include <%= f.camelize %> <% end %> end end end end
Version data entries
7 entries across 7 versions & 1 rubygems