Sha256: 620ff298365469c9790917d960bb5bb0db8ce4c96f15a46893ece717036cfc7c

Contents?: true

Size: 193 Bytes

Versions: 14

Compression:

Stored size: 193 Bytes

Contents

class F
  def foo
    printf("foo", "bar")
  end

  def bar
    a = %w(foo bar)
    printf(*a)
  end
end

F.new.foo
F.new.bar

__END__
# Classes
class F
  def foo: -> nil
  def bar: -> nil
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/printf.rb
typeprof-0.15.3 smoke/printf.rb
typeprof-0.15.2 smoke/printf.rb
typeprof-0.15.1 smoke/printf.rb
typeprof-0.15.0 smoke/printf.rb
typeprof-0.14.1 smoke/printf.rb
typeprof-0.14.0 smoke/printf.rb
typeprof-0.13.0 smoke/printf.rb
typeprof-0.12.0 smoke/printf.rb
typeprof-0.11.0 smoke/printf.rb
typeprof-0.10.0 smoke/printf.rb
typeprof-0.9.2 smoke/printf.rb
typeprof-0.9.1 smoke/printf.rb
typeprof-0.9.0 smoke/printf.rb