Skip to content

Instantly share code, notes, and snippets.

@teddy1004
Last active December 20, 2016 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teddy1004/013c2b0a81c803316c516afa863111c1 to your computer and use it in GitHub Desktop.
Save teddy1004/013c2b0a81c803316c516afa863111c1 to your computer and use it in GitHub Desktop.
Handler
class Handler
instrument :ping, :fetch_feeds
def ping(req, _)
# …
end
def fetch_feeds(req, _)
# …
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment