Sha256: f45fda56556941e1502b94b35e4204d554731a10d25465e171dd320eefdd81a4
Contents?: true
Size: 382 Bytes
Versions: 4
Compression:
Stored size: 382 Bytes
Contents
module Ahnnotate module Function class Main include Command def call if @config["boot"] eval @config["boot"] end Facet::Models.add(@config, tables_hash, vfs) end private def tables_hash @tables_hash = tables.to_h end def tables @tables ||= Tables.new end end end end
Version data entries
4 entries across 4 versions & 1 rubygems