Method: VueCK::BatchRenderer#initialize
- Defined in:
- lib/batchrenderer.rb
#initialize(opts = {}) ⇒ BatchRenderer
Returns a new instance of BatchRenderer.
3 4 5 |
# File 'lib/batchrenderer.rb', line 3 def initialize(opts={}) @path = opts[:path] || DIRS[:components] end |