Class: Ahnnotate::Function::Run

Inherits:
Object
  • Object
show all
Defined in:
lib/ahnnotate/function/run.rb

Instance Method Summary collapse

Constructor Details

#initialize(config, vfs) ⇒ Run

Returns a new instance of Run.



4
5
6
7
# File 'lib/ahnnotate/function/run.rb', line 4

def initialize(config, vfs)
  @config = config
  @vfs = vfs
end

Instance Method Details

#callObject



9
10
11
# File 'lib/ahnnotate/function/run.rb', line 9

def call
  Facet::Models.add(@config, tables_hash, @vfs)
end