diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-26 16:51:10 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-26 16:51:10 +0200 |
commit | 251b40b13e9e4603ad6ee66f1ca5b3f536ea6cfd (patch) | |
tree | 902e777a810f90de1faf54d131e4ad49f17afe8f /lib | |
parent | d3bf4b716fbe95dd97b41991927ae45f7121c06a (diff) | |
download | edoors-ruby-251b40b13e9e4603ad6ee66f1ca5b3f536ea6cfd.zip edoors-ruby-251b40b13e9e4603ad6ee66f1ca5b3f536ea6cfd.tar.gz |
Door: simplify process_p documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/edoors/door.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/edoors/door.rb b/lib/edoors/door.rb index 38bcc19..2b5e855 100644 --- a/lib/edoors/door.rb +++ b/lib/edoors/door.rb @@ -84,8 +84,7 @@ module Edoors end private :_garbage # - # send the given Particle to the viewer if defined, - # save a reference, then forward it to user code + # process the given particle then forward it to user code # # @param [Particle] p the Particle to be forwarded to user code # |