sig/polyfill.rbs in rbs-1.0.6 vs sig/polyfill.rbs in rbs-1.1.0
- old
+ new
@@ -1,23 +1,9 @@
module Kernel
def to_json: (*untyped) -> String
end
module Gem
- class Version
- def self.correct?: (String) -> bool
-
- def self.create: (String?) -> instance?
-
- include Comparable
-
- def prerelease?: () -> bool
-
- def release: () -> self
-
- def version: () -> String
- end
-
class Specification
attr_reader version (): Version
attr_reader gem_dir (): String