Sha256: f2b25cb10fa766ddfb26a1786caba01b6f7b0de112c39d501f110f5aeda816e9

Contents?: true

Size: 543 Bytes

Versions: 69

Compression:

Stored size: 543 Bytes

Contents

# frozen_string_literal: true

module Cryptum
  # Cryptum::UI Module used for Presenting the
  # Cryptum Curses Interface
  module UI
    # Include Modules Related to Order
    module Order
      require 'cryptum/ui/order/execute'
      require 'cryptum/ui/order/execute_details'
      require 'cryptum/ui/order/plan'
      require 'cryptum/ui/order/plan_details'
      require 'cryptum/ui/order/timer'

      # Display a List of Every UI Module

      public_class_method def self.help
        puts constants.sort
      end
    end
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
cryptum-0.0.466 lib/cryptum/ui/order.rb
cryptum-0.0.465 lib/cryptum/ui/order.rb
cryptum-0.0.464 lib/cryptum/ui/order.rb
cryptum-0.0.463 lib/cryptum/ui/order.rb
cryptum-0.0.462 lib/cryptum/ui/order.rb
cryptum-0.0.461 lib/cryptum/ui/order.rb
cryptum-0.0.460 lib/cryptum/ui/order.rb
cryptum-0.0.459 lib/cryptum/ui/order.rb
cryptum-0.0.458 lib/cryptum/ui/order.rb
cryptum-0.0.457 lib/cryptum/ui/order.rb
cryptum-0.0.456 lib/cryptum/ui/order.rb
cryptum-0.0.455 lib/cryptum/ui/order.rb
cryptum-0.0.454 lib/cryptum/ui/order.rb
cryptum-0.0.453 lib/cryptum/ui/order.rb
cryptum-0.0.452 lib/cryptum/ui/order.rb
cryptum-0.0.451 lib/cryptum/ui/order.rb
cryptum-0.0.450 lib/cryptum/ui/order.rb
cryptum-0.0.449 lib/cryptum/ui/order.rb
cryptum-0.0.448 lib/cryptum/ui/order.rb
cryptum-0.0.447 lib/cryptum/ui/order.rb