Method: Transproc::Functions.extended

Defined in:
lib/transproc/functions.rb

.extended(mod) ⇒ Object

API:

  • public



17
18
19
20
# File 'lib/transproc/functions.rb', line 17

def self.extended(mod)
  warn 'Transproc::Functions is deprecated please switch to Transproc::Registry'
  super
end