rbs 1.7.0.beta.3 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +0,0 @@
1
- STDERR.puts "🚨🚨 ruby-signature is renamed to rbs. require 'rbs' instead of 'ruby/signature'. 🚨🚨"
2
-
3
- require "rbs"
4
-
5
- module Ruby
6
- Signature = RBS
7
- end