class Test::Unit::System
Use at Test::Unit::Assertions::AssertionMessage#convert
Public Class Methods
new(cmd)
click to toggle source
# File lib/el4r/el4r-sub.rb, line 389 def initialize(cmd) @cmd = cmd end
Public Instance Methods
inspect()
click to toggle source
# File lib/el4r/el4r-sub.rb, line 393 def inspect `#{@cmd}`.to_s end