Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created September 19, 2010 17:37
Show Gist options
  • Save sarahhodne/586954 to your computer and use it in GitHub Desktop.
Save sarahhodne/586954 to your computer and use it in GitHub Desktop.
plugin :ping do
author 'Henrik Hodne <[email protected]>'
version Yuzu::VERSION
on :ping do |args|
raw "PONG #{args.join(' ')}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment