Sha256: 4652a1ddd21f03e956e8dadc9618a030988086c752ddfcbfe7785b153612ee39

Contents?: true

Size: 348 Bytes

Versions: 14

Compression:

Stored size: 348 Bytes

Contents

def get_module
  C.new.get_module
end

def get_module_foo
  C.new.get_module.foo
end

def get_interface
  C.new.get_interface
end

def get_interface_foo
  C.new.get_interface.foo
end

__END__
# Classes
class Object
  private
  def get_module: -> M
  def get_module_foo: -> Integer
  def get_interface: -> _I
  def get_interface_foo: -> Integer
end

Version data entries

14 entries across 14 versions & 1 rubygems

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