Skip to content

Commit

Permalink
refs #2 issuecomment-3653054 - adds a tty? method to server
Browse files Browse the repository at this point in the history
  • Loading branch information
gruis committed Jan 26, 2012
1 parent 14f769c commit acca081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pry-remote-em/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ def send_data(s)
super(s + PryRemoteEm::DELIM)
end

def tty?
true # might be a very bad idea ....
end

System = proc do |output, cmd, _|
output.puts("shell commands are not yet supported")
end
Expand Down

0 comments on commit acca081

Please sign in to comment.