dblock/heroku-commander

View on GitHub
lib/heroku/pty.rb

Summary

Maintainability
A
0 mins
Test Coverage
if ! defined? PTY::ChildExited
  module PTY
    class ChildExited < StandardError
      # missing on JRuby
    end
  end
end