Object
# File lib/hikidoc.rb, line 56 def initialize(output, options = {}) @output = output @options = default_options.merge(options) @header_re = nil @level = options[:level] || 1 @plugin_syntax = options[:plugin_syntax] || method(:valid_plugin_syntax?) end
Generated with the Darkfish Rdoc Generator 2.