sig/comment.rbs in rbs-1.1.1 vs sig/comment.rbs in rbs-1.2.0
- old
+ new
@@ -16,10 +16,10 @@
alias eql? ==
def hash: () -> Integer
- def to_json: (*untyped) -> String
+ include _ToJson
def concat: (string: String, location: Location?) -> self
end
end
end