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