module CircuitPatchTools::Commands

Public Class Methods

handlers() click to toggle source
# File lib/circuit_patch_tools/commands.rb, line 8
def self.handlers
  @handlers ||= [Info, Join, Portable, Split].map(&:new)
end