Sha256: b6073d088797624025eb3d249f6eb375831a8c8df3b40ad2300b39cb11af716b

Contents?: true

Size: 407 Bytes

Versions: 3

Compression:

Stored size: 407 Bytes

Contents

# pry-remote-auto

Open the Terminal and run pry-remote automatically.

## Installation

Add this line to your application's Gemfile:

    gem 'pry-remote-auto'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install pry-remote-auto

## Example

    require 'pry-remote-auto'

    class Foo
      def initialize(x, y)
        binding.remote_pry
      end
    end

    Foo.new 10, 20

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pry-remote-auto-1.2.0 README.md
pry-remote-auto-1.1.0 README.md
pry-remote-auto-1.0.0 README.md