Skip to content

Commit ff4ee14

Browse files
committed
chore: add RBS
1 parent 6d642e8 commit ff4ee14

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ gem "tzinfo-data", platforms: [:windows, :jruby]
2525
group :development, :test do
2626
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
2727
gem "debug", platforms: [:mri, :windows]
28+
gem "rbs", "~> 3.9.0"
2829
end
2930

3031
group :development do
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
class ApplicationRecord
2+
end
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class Exhaustive < ApplicationRecord
2+
def model_overridden: () -> String
3+
end

0 commit comments

Comments
 (0)