Sha256: dd5cdf73272ba19351d1554decd4955e48801096ac82a25ec7fa050577a1da57
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
module WhoAmI module Function class Main def initialize(root) @root = root end def call config = LoadConfig.new(@root).call tables = GetTables.new.call LoadInflections.new.call AnnotateModels.new(config[:enabled][:models], tables).call end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
who_am_i-0.0.2 | lib/who_am_i/function/main.rb |