Flowdock
method

rb_files_in

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: SetupCommand
rb_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 493
  def rb_files_in(dir)
    Dir.chdir dir do
      Dir[File.join('**', '*rb')]
    end
  end
Register or log in to add new notes.