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-1.0.1 test/examples/set_annotate.rb
byebug-1.0.0 test/examples/set_annotate.rb
byebug-0.0.1 test/examples/set_annotate.rb