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

Version Path
aws-rds-0.6.0 lib/aws_rds/help.rb
aws-rds-0.5.0 lib/aws_rds/help.rb
aws-rds-0.4.0 lib/aws_rds/help.rb
aws-rds-0.3.0 lib/aws_rds/help.rb
aws-rds-0.2.0 lib/aws_rds/help.rb
aws-rds-0.1.2 lib/aws_rds/help.rb
aws-rds-0.1.1 lib/aws_rds/help.rb
aws-rds-0.1.0 lib/aws_rds/help.rb