# frozen_string_literal: true module Cryptum # This plugin is used to Establish a Web # Socket Connection with Coinbase module WebSock autoload :Coinbase, 'cryptum/web_sock/coinbase' autoload :EventMachine, 'cryptum/web_sock/event_machine' # Display Usage for this Module public_class_method def self.help constants.sort end end end