class FakePOpen::Status
Public Instance Methods
success?()
click to toggle source
# File lib/ssh_test.rb, line 27 def success?() exitstatus == 0 end
# File lib/ssh_test.rb, line 27 def success?() exitstatus == 0 end