Sha256: b8f079c253c9d2b60a779747f572a52a1fee5056425c8501fdb88ee279021ab5
Contents?: true
Size: 342 Bytes
Versions: 53
Compression:
Stored size: 342 Bytes
Contents
# 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 constants.sort end end end
Version data entries
53 entries across 53 versions & 1 rubygems