class Minitest::Sprint
Constants
- VERSION
Public Class Methods
run(args = ARGV)
click to toggle source
# File lib/minitest/sprint.rb, line 10 def self.run args = ARGV Minitest::PathExpander.new(args).process.each do |f| require "./#{f}" end end