What is the purpose of the API toolkit in Ruby / Rails?

Based on: http://api.rubyonrails.org/classes/ActiveSupport/Notifications.html

It says:

Notifications provide a toolkit API for Ruby. To perform an action in Ruby, you just need to do:

What is a toolkit API and what does it do?

Thanks!

+7
source share
1 answer
+5
source

All Articles