module Woody::Statsd::Sinatra::Helpers
Constants
- RACK_ENV_KEY
Public Instance Methods
statsd(stat)
click to toggle source
# File lib/woody/statsd/sinatra/helpers.rb, line 6 def statsd(stat) request.env.merge!({ RACK_ENV_KEY => stat}) end