Add sorbet typing information to all the files

This commit is contained in:
Matt Rogers 2019-12-18 09:49:57 -06:00
parent 8b8db1ef7c
commit cabe2f80ed
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
263 changed files with 264 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# typed: true
require 'date'
class RichMessageExtractor
include ActionView::Helpers::SanitizeHelper

View file

@ -1,3 +1,4 @@
# typed: false
class TodoFromRichMessage
attr_reader :user, :default_context_id, :description, :notes