Flowdock
method

files_in

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: ContentsCommand
files_in(spec) 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 86
  def files_in spec
    if spec.default_gem? then
      files_in_default_gem spec
    else
      files_in_gem spec
    end
  end
Register or log in to add new notes.