Flowdock
method

pem_files_in

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: SetupCommand
pem_files_in(dir) public

No documentation

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

Hide source
# File lib/rubygems/commands/setup_command.rb, line 373
  def pem_files_in dir
    Dir.chdir dir do
      Dir[File.join('**', '*pem')]
    end
  end
Register or log in to add new notes.