Top Level Namespace
- Includes:
- Testdo
Defined Under Namespace
Constant Summary
Constants included from Testdo
Instance Method Summary collapse
Methods included from Testdo
Instance Method Details
#test(&block) ⇒ Object
5 6 7 |
# File 'lib/testdo.rb', line 5 def test &block Testdo::Test.new.feed(&block).print end |