Class: Ahnnotate::Function::Main
- Inherits:
-
Object
- Object
- Ahnnotate::Function::Main
- Includes:
- Command
- Defined in:
- lib/ahnnotate/function/main.rb
Instance Method Summary collapse
Methods included from Command
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 |