Sha256: 8dcaef2bffeda8037d31899a7803f2872aaa721982dd493ec2ba527aa14b847f

Contents?: true

Size: 141 Bytes

Versions: 14

Compression:

Stored size: 141 Bytes

Contents

autoload(:Pathname, "pathname")

def foo
  Pathname.new("foo")
end

foo

__END__
# Classes
class Object
  private
  def foo: -> Pathname
end

Version data entries

14 entries across 14 versions & 1 rubygems

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