Sha256: fb44954e4910e150bb7c569d06e8824b430d935c3f01edfd38a9f76234fa41e9

Contents?: true

Size: 411 Bytes

Versions: 21

Compression:

Stored size: 411 Bytes

Contents

class Conference
  # @dynamic title, year
  attr_reader :title
  attr_reader :year

  def initialize(title:, year:)
    @title = title
    @year = year
  end
end

Conference.new()


Konference

Konference.new()


# @type var foo: Konference

foo = Conference.new

class Conference12
  class Integer

  end
end

class HogeHoge
  def foo(...)
    bar(self, ...).to_s
  end
end



conference = nil #: Conference?

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
steep-1.8.3 sample/lib/conference.rb
steep-1.8.2 sample/lib/conference.rb
steep-1.8.1 sample/lib/conference.rb
steep-1.8.0 sample/lib/conference.rb
steep-1.8.0.pre.2 sample/lib/conference.rb
steep-1.8.0.pre.1 sample/lib/conference.rb
steep-1.8.0.dev.2 sample/lib/conference.rb
steep-1.8.0.dev.1 sample/lib/conference.rb
steep-1.7.1 sample/lib/conference.rb
steep-1.7.0 sample/lib/conference.rb
steep-1.7.0.dev.3 sample/lib/conference.rb
steep-1.7.0.dev.2 sample/lib/conference.rb
steep-1.7.0.dev.1 sample/lib/conference.rb
steep-1.6.0 sample/lib/conference.rb
steep-1.6.0.pre.4 sample/lib/conference.rb
steep-1.6.0.pre.3 sample/lib/conference.rb
steep-1.6.0.pre.2 sample/lib/conference.rb
steep-1.6.0.pre.1 sample/lib/conference.rb
steep-1.5.3 sample/lib/conference.rb
steep-1.5.2 sample/lib/conference.rb