# File lib/flattendb/types/mdb.rb, line 39 def initialize(options) super parse end
# File lib/flattendb/types/mdb.rb, line 55 def flatten!(options = {}) self end
# File lib/flattendb/types/mdb.rb, line 44 def parse tables_cmd, export_cmd = 'mdb-tables', 'mdb-export' [tables_cmd, export_cmd].each { |cmd| next if File.which(cmd) abort "Command not found: #{cmd}! Please install `mdbtools' first." } # ... end
# File lib/flattendb/types/mdb.rb, line 59 def to_xml(output = output, builder_options = {}) self end