Sha256: 5c6cd4bdd331cabbd67d42a04507cb6cf09dff41b5320fae753d84a2954031dc

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

module HerokuConfig::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

4 entries across 4 versions & 1 rubygems

Version Path
heroku-config-0.4.0 lib/heroku_config/help.rb
heroku-config-0.3.0 lib/heroku_config/help.rb
heroku-config-0.2.0 lib/heroku_config/help.rb
heroku-config-0.1.0 lib/heroku_config/help.rb