Method: Litecable#initialize
- Defined in:
- lib/litestack/litecable.rb
#initialize(options = {}) ⇒ Litecable
Returns a new instance of Litecable.
24 25 26 27 28 |
# File 'lib/litestack/litecable.rb', line 24 def initialize( = {}) = Litesupport::Pool.new(1) { [] } init() collect_metrics if [:metrics] end |