Sha256: e371c1515ed1b204b83b82fd2a918fa0f6a45b9b954ec85aa02b373802495c96

Contents?: true

Size: 196 Bytes

Versions: 11

Compression:

Stored size: 196 Bytes

Contents

def no_argument
  "str"
end

def one_argument(x)
end

no_argument
one_argument(1)

__END__
# Classes
class Object
  private
  def no_argument: -> String
  def one_argument: (Integer x) -> nil
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/function.rb
typeprof-0.15.3 smoke/function.rb
typeprof-0.15.2 smoke/function.rb
typeprof-0.15.1 smoke/function.rb
typeprof-0.15.0 smoke/function.rb
typeprof-0.14.1 smoke/function.rb
typeprof-0.14.0 smoke/function.rb
typeprof-0.13.0 smoke/function.rb
typeprof-0.12.0 smoke/function.rb
typeprof-0.11.0 smoke/function.rb
typeprof-0.10.0 smoke/function.rb