sig/rbs_activemodel.rbs in rbs_activemodel-1.3.1 vs sig/rbs_activemodel.rbs in rbs_activemodel-1.4.0
- old
+ new
@@ -1,4 +1,6 @@
+# Generated from lib/rbs_activemodel.rb with RBS::Inline
+
module RbsActivemodel
- VERSION: String
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
+ class Error < StandardError
+ end
end