mirror of
https://github.com/jimeh/bunnyrun.git
synced 2026-02-19 07:56:40 +00:00
9 lines
141 B
Ruby
9 lines
141 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'foobar/application'
|
|
require 'foobar/ping_consumer'
|
|
require 'foobar/pong_consumer'
|
|
|
|
module Foobar
|
|
end
|