module PrayRemote

Constants

DefaultHost
DefaultPort
InputProxy

A class to represent an input object created from DRab. This is used because Pry checks for arity to know if a prompt should be passed to the object.

@attr [#readline] input Object to proxy

System

Ensure that system (shell command) output is redirected for remote session.

VERSION

Public Class Methods

kwargs(args) click to toggle source
# File lib/pray-remote/pray-remote.rb, line 11
def self.kwargs(args)
  if args.last.is_a?(Hash)
    args.pop
  else
    {}
  end
end