Sha256: c0052e65f03568d89b321f66898d5ae9fc43901c007ae09f7fe60b2ec71646d2

Contents?: true

Size: 298 Bytes

Versions: 9

Compression:

Stored size: 298 Bytes

Contents

byebug
def bla(a, b)
  a + b
end
2
3
4
5
6
bla("a" * 30, "b")

class A
  def initialize
    @foo = "bar"
    @bla = "blabla"
  end

  def a
    a = "1" * 30
    b = 2
    @foo
  end

  def c
    a = BasicObject.new
    a
  end

  def b
    a
    e = "%.2f"
    e
  end
end

A.new.b
A.new.a
A.new.c

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
byebug-1.4.1 test/examples/info.rb
byebug-1.4.0 test/examples/info.rb
byebug-1.3.1 test/examples/info.rb
byebug-1.3.0 test/examples/info.rb
byebug-1.2.0 test/examples/info.rb
byebug-1.1.1 test/examples/info.rb
byebug-1.1.0 test/examples/info.rb
byebug-1.0.3 test/examples/info.rb
byebug-0.0.1 test/examples/info.rb