Last active
December 20, 2016 08:44
-
-
Save teddy1004/013c2b0a81c803316c516afa863111c1 to your computer and use it in GitHub Desktop.
Handler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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