Module: CmdLineTest::InstanceMethods
- Included in:
- Test::Unit::TestCase
- Defined in:
- lib/cmd_line_test.rb
Overview
ClassMethods
Instance Method Summary collapse
Instance Method Details
#run_with_argv(*args) ⇒ Object
12 13 14 |
# File 'lib/cmd_line_test.rb', line 12 def run_with_argv(*args) with_ARGV_set_to(*args) {execute} end |