Sha256: 70888ad0b98939f84e591fa07a144bc7049ced7469ebfca48fe501810d9ecb50
Contents?: true
Size: 241 Bytes
Versions: 33
Compression:
Stored size: 241 Bytes
Contents
module AwsEc2::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
33 entries across 33 versions & 1 rubygems