| Current Path : /proc/1412124/root/lib/ruby/gems/3.0.0/gems/rbs-1.0.4/sig/ |
| Current File : //proc/1412124/root/lib/ruby/gems/3.0.0/gems/rbs-1.0.4/sig/util.rbs |
module RBS
interface _HashEqual
def ==: (untyped other) -> bool
alias eql? ==
def hash: () -> Integer
end
interface _ToJson
def to_json: (*untyped) -> String
end
end