Sha256: bf691cfb80dc8437db113418f96506df293782bdc4eb4d02f5f94db64da28969

Contents?: true

Size: 249 Bytes

Versions: 255

Compression:

Stored size: 249 Bytes

Contents

module Jets::Commands::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

255 entries across 255 versions & 4 rubygems

Version Path
jets-0.6.5 lib/jets/commands/help.rb
jets-0.6.4 lib/jets/commands/help.rb
jets-0.6.3 lib/jets/commands/help.rb
jets-0.6.2 lib/jets/commands/help.rb
jets-0.6.1 lib/jets/commands/help.rb
jets-0.6.0 lib/jets/commands/help.rb
jets-0.5.8 lib/jets/commands/help.rb
jets-0.5.7 lib/jets/commands/help.rb
jets-0.5.6 lib/jets/commands/help.rb
jets-0.5.5 lib/jets/commands/help.rb
jets-0.5.4 lib/jets/commands/help.rb
jets-0.5.3 lib/jets/commands/help.rb
jets-0.5.2 lib/jets/commands/help.rb
jets-0.5.1 lib/jets/commands/help.rb
jets-0.5.0 lib/jets/commands/help.rb