Sha256: 4663412f5b4f77b2a71e538be5f80a3c329e6b22dddf8f9fc019b7d29ddddbd7

Contents?: true

Size: 426 Bytes

Versions: 2

Compression:

Stored size: 426 Bytes

Contents

require 'pry'
require 'pry-moves'
#require 'pry-nav'
require './tracer.rb'

def debug?
  binding.pry
  true
end

class A

  def initialize
    puts :xuilo
  end

  def aa
    self
  end

  def bb
    #binding.pry
    a = 1
    a = 1
    self
  end

  def cc
    self
  end

end

#trace_events

a = 1123

puts :prepare

binding.pry

A.new.aa.bb.cc

bb = 1

exit

pp = 123 if debug?
binding.pry if debug?

binding.pry

puts :ok

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pry-moves-0.1.1 playground/sand.rb
pry-moves-0.1.0 playground/sand.rb