File tree Expand file tree Collapse file tree 4 files changed +0
-24
lines changed Expand file tree Collapse file tree 4 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,3 @@ def ascend
116
116
end
117
117
end
118
118
end
119
-
120
- module Kernel
121
- def Namespace ( name )
122
- warn "Kernel#Namespace() is deprecated. Use RBS::Namespace.parse instead." , category : :deprecated
123
- RBS ::Namespace . parse ( name )
124
- end
125
- end
Original file line number Diff line number Diff line change @@ -100,10 +100,3 @@ def self.parse(string)
100
100
end
101
101
end
102
102
end
103
-
104
- module Kernel
105
- def TypeName ( string )
106
- warn "Kernel#TypeName() is deprecated. Use RBS::TypeName.parse instead." , category : :deprecated
107
- RBS ::TypeName . parse ( string )
108
- end
109
- end
Original file line number Diff line number Diff line change @@ -139,8 +139,3 @@ module RBS
139
139
| () -> Enumerator[Namespace, void ]
140
140
end
141
141
end
142
-
143
- module Kernel
144
- # Deprecated: Use `RBS::Namespace.parse` instead
145
- %a{deprecated} def Namespace : (String) -> RBS::Namespace
146
- end
Original file line number Diff line number Diff line change @@ -72,8 +72,3 @@ module RBS
72
72
def self.parse : (String name) -> RBS::TypeName
73
73
end
74
74
end
75
-
76
- module Kernel
77
- # Deprecated: Use `RBS::TypeName.parse` instead
78
- %a{deprecated: Use `RBS::TypeName.parse` instead} def TypeName : (String name) -> RBS::TypeName
79
- end
You can’t perform that action at this time.
0 commit comments