Sha256: ce18ec5eb446e9aac1ecb1f6645bcad57ae123dbd10c593787316529d56c74c3
Contents?: true
Size: 242 Bytes
Versions: 12
Compression:
Stored size: 242 Bytes
Contents
module AwsLogs::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
12 entries across 12 versions & 1 rubygems