Class: K4compiler::Closure

Inherits:
Object
  • Object
show all
Defined in:
lib/k4slide/expand_compiler_options.rb

Class Method Summary collapse

Class Method Details

.expand_optionsObject Also known as: options



7
8
9
10
11
12
13
14
15
# File 'lib/k4slide/expand_compiler_options.rb', line 7

def expand_options
  opt = {
    :target_dir => nil,
    :compiled_dir => nil,
    :with_closure => true,
    :namespace_suffix => 'App',
  }
  return original_options.update(opt).with_indifferent_access()
end