class Ahnnotate::Function::Main
Public Instance Methods
call()
click to toggle source
# File lib/ahnnotate/function/main.rb, line 6 def call if @config["boot"] eval @config["boot"] end Facet::Models.add(@config, tables_hash, vfs) end
Private Instance Methods
tables()
click to toggle source
# File lib/ahnnotate/function/main.rb, line 20 def tables @tables ||= Tables.new end
tables_hash()
click to toggle source
# File lib/ahnnotate/function/main.rb, line 16 def tables_hash @tables_hash = tables.to_h end