Sha256: 32af28e82bab959fa5389d8183806aac0affadbb21eef97884fc38e60fce6b82
Contents?: true
Size: 247 Bytes
Versions: 17
Compression:
Stored size: 247 Bytes
Contents
module AwsMfaSecure::Help class << self def text(namespaced_command) path = namespaced_command.to_s.gsub(':','/') path = File.expand_path("../help/#{path}.md", __FILE__) IO.read(path) if File.exist?(path) end end end
Version data entries
17 entries across 17 versions & 1 rubygems