Sha256: 6e2bbd86797698bde43e4e5657c187005257af045b93a1d2008354cf0151f618
Contents?: true
Size: 327 Bytes
Versions: 4
Compression:
Stored size: 327 Bytes
Contents
module WhoAmI module Function class Main def initialize(root) @root = root end def call config = LoadConfig.new(@root).call SetupEnvironment.new(config, @root).call tables = GetTables.new.call AnnotateModels.new(config, tables).call end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
who_am_i-0.0.6 | lib/who_am_i/function/main.rb |
who_am_i-0.0.5 | lib/who_am_i/function/main.rb |
who_am_i-0.0.4 | lib/who_am_i/function/main.rb |
who_am_i-0.0.3 | lib/who_am_i/function/main.rb |