Current Path : /usr/lib/ruby/gems/3.0.0/gems/rbs-1.0.4/sig/ |
Current File : //usr/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