Class: Ahnnotate::Function::Main
- Inherits:
-
Object
- Object
- Ahnnotate::Function::Main
show all
- Includes:
- Command
- Defined in:
- lib/ahnnotate/function/main.rb
Instance Method Summary
collapse
Methods included from Command
included, #initialize, #vfs
Instance Method Details
#call ⇒ Object
6
7
8
9
10
11
12
|
# 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
|