Class: Herdis::Shepherd::MockLogger
- Inherits:
-
Object
- Object
- Herdis::Shepherd::MockLogger
- Defined in:
- lib/herdis/shepherd.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(meth, *args) ⇒ Object
10 11 12 |
# File 'lib/herdis/shepherd.rb', line 10 def method_missing(meth, *args) STDERR.puts("#{meth}: #{args.inspect}") end |