osx man page for testrb

Query: testrb

OS: osx

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ERB(1)							    BSD General Commands Manual 						    ERB(1)

NAME
irb, erb, ri, rdoc, testrb -- Ruby helper programs
SYNOPSIS
irb [options] [programfile] [arguments] erb [switches] [inputfile] ri [options] [names ...] rdoc [options] [names ...] testrb [options] [-- untouched arguments]
DESCRIPTION
These are various helper programs that are part of the Ruby distribution. For more information about a specific program, you can use its --help flag. irb is the interactive Ruby interpreter. erb is Tiny eRuby, which interprets a file with embedded Ruby code. ri displays information about Ruby classes, modules, and methods. rdoc generates Ruby documentation. testrb is the Test::Unit automated test runner.
SEE ALSO
ruby(1)
BSD
August 4, 2005 BSD
Related Man Pages
erb(1) - mojave
dh-make-ruby(1) - debian
ruby-switch(1) - debian
libcaca-ruby-api(3caca) - debian
ri(1) - osx
Similar Topics in the Unix Linux Community
$PATH error (possibly)