lib/tapioca/commands/todo.rb in tapioca-0.10.1 vs lib/tapioca/commands/todo.rb in tapioca-0.10.2
- old
+ new
@@ -1,16 +1,16 @@
# typed: strict
# frozen_string_literal: true
module Tapioca
module Commands
- class Todo < Command
+ class Todo < CommandWithoutTracker
include SorbetHelper
sig do
params(
todo_file: String,
- file_header: T::Boolean
+ file_header: T::Boolean,
).void
end
def initialize(todo_file:, file_header:)
@todo_file = todo_file
@file_header = file_header