handlers/debug_handler.rb in Sutto-marvin-0.3.0 vs handlers/debug_handler.rb in Sutto-marvin-0.3.2
- old
+ new
@@ -1,10 +1,5 @@
# Use this class to debug stuff as you
# go along - e.g. dump events etc.
class DebugHandler < Marvin::CommandHandler
-
- exposes :about
- def about(*args)
- reply "Marvin v#{Marvin::VERSION::STRING} running on Ruby #{RUBY_VERSION} (#{RUBY_PLATFORM})"
- end
end
\ No newline at end of file