lib/dbt.rb in dbt-1.1.0 vs lib/dbt.rb in dbt-1.1.1
- old
+ new
@@ -1,7 +1,8 @@
# coding: utf-8
module DBT
+ module_function
def analyze(app)
debugger_cmds_output = "#------> Creado por el DBT <------#\n"
dependers = Hash.new { |hash,key| hash[key] = [] }
providers = {}