Sha256: 19290f0bd02ebaee4df1d64c0fb03f8f783cf4257289607f56efeda6a38054a3

Contents?: true

Size: 161 Bytes

Versions: 7

Compression:

Stored size: 161 Bytes

Contents

module HaveAPI::Fs::Components
  # Used to open developer console.
  class Pry < Executable
    def exec
      require 'pry'
      binding.pry
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
haveapi-fs-0.11.0 lib/haveapi/fs/components/pry.rb
haveapi-fs-0.10.0 lib/haveapi/fs/components/pry.rb
haveapi-fs-0.9.0 lib/haveapi/fs/components/pry.rb
haveapi-fs-0.8.0 lib/haveapi/fs/components/pry.rb
haveapi-fs-0.7.1 lib/haveapi/fs/components/pry.rb
haveapi-fs-0.7.0 lib/haveapi/fs/components/pry.rb
haveapi-fs-0.1.0 lib/haveapi/fs/components/pry.rb