Sha256: 2a557c5975c0228bd03b6be72a9775d234ae289dfc919bd169b1cd2c6e88c2a8

Contents?: true

Size: 114 Bytes

Versions: 23

Compression:

Stored size: 114 Bytes

Contents

byebug

class AnnotateExample
  def a
    @b = 3
    @@c = 4
    d = 5
    e = 6
  end
end

AnnotateExample.new.a

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
byebug-2.1.1 test/examples/set_annotate.rb
byebug-2.1.0 test/examples/set_annotate.rb
byebug-2.0.0 test/examples/set_annotate.rb
byebug-1.8.2 test/examples/set_annotate.rb
byebug-1.8.1 test/examples/set_annotate.rb
byebug-1.8.0 test/examples/set_annotate.rb
byebug-1.7.0 test/examples/set_annotate.rb
byebug-1.6.1 test/examples/set_annotate.rb
byebug-1.6.0 test/examples/set_annotate.rb
byebug-1.5.0 test/examples/set_annotate.rb
byebug-1.4.2 test/examples/set_annotate.rb
byebug-1.4.1 test/examples/set_annotate.rb
byebug-1.4.0 test/examples/set_annotate.rb
byebug-1.3.1 test/examples/set_annotate.rb
byebug-1.3.0 test/examples/set_annotate.rb
byebug-1.2.0 test/examples/set_annotate.rb
byebug-1.1.1 test/examples/set_annotate.rb
byebug-1.1.0 test/examples/set_annotate.rb
byebug-1.0.3 test/examples/set_annotate.rb
byebug-1.0.2 test/examples/set_annotate.rb