Artifacts using RDoc Produces HTML and Command Line Documentation For Ruby Projects (9)
1. JRuby Lib Setup30 usages
org.jruby » jruby-stdlibEPLGPLLGPL
JRuby Lib Setup
Last Release on Aug 28, 2025
Rake is a Make-like program implemented in Ruby. Tasks and dependencies arespecified in standard Ruby syntax.
Last Release on Mar 28, 2015
3. Minitest Provides A Complete Suite of Testing Facilities Supporting TDD, BDD, Mocking, and Benchmarking12 usages
minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
"I had a class with Jim Weirich on testing last week and we were
allowed to choose our testing frameworks. Kirk Haines and I were
paired up and we cracked open the code for a few test
frameworks...
I MUST say that minitest is *very* readable / understandable
compared to the 'other two' options we looked at. Nicely done and
thank you for helping us keep our mental ...
Last Release on Mar 28, 2015
RDoc produces HTML and command-line documentation for Ruby projects. RDoc
includes the +rdoc+ and +ri+ tools for generating and displaying documentation
from the command-line.
Last Release on Oct 23, 2015
Racc is a LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby program.
NOTE: Ruby 1.8.x comes with Racc runtime module. You
can run your parsers generated by racc 1.4.x out of the
box.
Last Release on Oct 22, 2015
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]
for its YAML parsing and emitting capabilities. In addition to wrapping
libyaml, Psych also knows how to serialize and de-serialize most Ruby objects
to and from the YAML format.
Last Release on Oct 22, 2015
A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
Last Release on Feb 10, 2016
- Prev
- 1
- Next