Class: Ralph::Output::TasksFileCreated

Inherits:
Object
  • Object
show all
Defined in:
lib/ralph/output/tasks_file_created.rb

Class Method Summary collapse

Class Method Details

.call(path:) ⇒ Object



6
7
8
# File 'lib/ralph/output/tasks_file_created.rb', line 6

def self.call(path:)
  puts "📋 Created tasks file: #{path}"
end