module DTK::Client::Operation::Module::Install::PrintHelper::Term
Constants
- CONTINUATION
- DTKN_CATALOG
- SOURCE_MAPPING
Public Class Methods
source(source)
click to toggle source
# File lib/client/operation/module/install/print_helper.rb, line 126 def self.source(source) SOURCE_MAPPING[source] || raise(Error, "Illegal source value '#{source}'") end