Flowdock
method

gem_contents

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: ContentsCommand
gem_contents(name) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/contents_command.rb, line 106
  def gem_contents name
    spec = spec_for name

    return false unless spec

    files = files_in spec

    show_files files

    true
  end
Register or log in to add new notes.