30 31 32 33 34 35 36
# File 'lib/nexus/config_file.rb', line 30 def data(repo) if repo (@all[repo] ||= {}) else @all end end