Class: Test::Unit::System
Overview
Use at Test::Unit::Assertions::AssertionMessage#convert
Instance Method Summary collapse
-
#initialize(cmd) ⇒ System
constructor
A new instance of System.
- #inspect ⇒ Object
Constructor Details
permalink #initialize(cmd) ⇒ System
Returns a new instance of System.
389 390 391 |
# File 'lib/el4r/el4r-sub.rb', line 389 def initialize(cmd) @cmd = cmd end |
Instance Method Details
permalink #inspect ⇒ Object
[View source]
393 394 395 |
# File 'lib/el4r/el4r-sub.rb', line 393 def inspect `#{@cmd}`.to_s end |