Class: TorqueSpec::Daemon Private

Inherits:
Object
  • Object
show all
Defined in:
lib/torquebox/injectors.rb

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

Instance Method Summary collapse

Instance Method Details

#inject(something) ⇒ 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.



77
78
79
# File 'lib/torquebox/injectors.rb', line 77

def inject(something)
  TorqueBox.fetch(something)
end