6 7 8 9 10 11
# File 'lib/legion/team/cost_attribution.rb', line 6 def self.tag(metadata = {}) metadata.merge( team: Legion::Team.current, user: Legion::Settings.dig(:team, :user) || ENV.fetch('USER', nil) ) end