sig/ika3/schedule.rbs in ika3-0.9.0 vs sig/ika3/schedule.rbs in ika3-0.9.1

- old
+ new

@@ -41,18 +41,25 @@ class Salmon @start_time: untyped @end_time: untyped @stage: Stage @weapons: Array[Weapon] + @boss: untyped def initialize: (Hash[untyped, untyped] data) -> void class Stage @name: String @image: untyped def initialize: (Hash[untyped, untyped] data) -> void end class Weapon + @name: String + @image: String + def initialize: (Hash[untyped, untyped] data) -> void + end + + class Boss @name: String @image: String def initialize: (Hash[untyped, untyped] data) -> void end end