Sha256: 4cc0f0210a2f58e5d4c0b72477cb70e0b9fcf6c1ae764abe4a1b2b1d8656e5ab
Contents?: true
Size: 763 Bytes
Versions: 62
Compression:
Stored size: 763 Bytes
Contents
# frozen_string_literal: true module Cryptum # This plugin is used to Cancel Open Limit Orders module Option # Keep Last Event History When Terminal Resize Occuers class Choice attr_accessor :autotrade, :driver_name, :list_products, :proxy, :repo_root, :sandbox, :symbol, :market_trend_reset, :market_trend_reset_label rescue Interrupt # Exit Gracefully if CTRL+C is Pressed During Session Cryptum.exit_gracefully(which_self: self) rescue StandardError => e # Produce a Stacktrace for anything else Curses.close_screen raise e end end end
Version data entries
62 entries across 62 versions & 1 rubygems