Method: Coopy::Coopy#init

Defined in:
lib/lib/coopy/coopy.rb

#initObject



30
31
32
33
34
35
36
37
38
39
40
41
42
43
# File 'lib/lib/coopy/coopy.rb', line 30

def init 
  @extern_preference = false
  @format_preference = nil
  @delim_preference = nil
  @output_format = "copy"
  @output_format_set = false
  @nested_output = false
  @order_set = false
  @order_preference = false
  @pretty = true
  @css_output = nil
  @fragment = false
  @flags = nil
end