Sha256: d628496d2580d5b6b172e8e46f904688129ebbb5a7f63859d3e659adf16690a2

Contents?: true

Size: 129 Bytes

Versions: 1

Compression:

Stored size: 129 Bytes

Contents

# Utility functions for logging bot

def assemble_log(payload, from)
  h = Hash.new
  h.merge! payload
  h['from'] = from
  h
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nutella_framework-0.4.3 framework_components/logging_bot/utils.rb