Method: Coradoc::Element::Include#initialize

Defined in:
lib/coradoc/element/include.rb

#initialize(path, options = {}) ⇒ Include



6
7
8
9
10
# File 'lib/coradoc/element/include.rb', line 6

def initialize(path, options = {})
  @path = path
  @attributes = options.fetch(:attributes, AttributeList.new)
  @line_break = options.fetch(:line_break, "\n")
end