Method: Hanami::CLI::RakeTasks#call

Defined in:
lib/hanami/cli/rake_tasks.rb

#call(tasks) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 2.0.0



46
47
48
# File 'lib/hanami/cli/rake_tasks.rb', line 46

def call(tasks)
  tasks.each(&:call)
end