Extracts root path from options hash and creates a HashWithIndifferentAccess object using options.
Parameters:
options(Hash)(defaults to: {})
—
The options hash
14
15
16
17
# File 'lib/colloquy/renderer.rb', line 14definitialize(options={})Colloquy.root=options[:path_root]ifoptions[:path_root]@options=options.with_indifferent_accessend