method

rb_files_in

rb_files_in(dir)
public

No documentation available.

# File lib/rubygems/commands/setup_command.rb, line 380
  def rb_files_in dir
    Dir.chdir dir do
      Dir[File.join('**', '*rb')]
    end
  end