Sha256: 4018181c8a5d71a41a81e85e973ef2b54cdfb780c65fca55966c7641ebbd51c9
Contents?: true
Size: 241 Bytes
Versions: 8
Compression:
Stored size: 241 Bytes
Contents
module AwsRds::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
8 entries across 8 versions & 1 rubygems