Method: Houdah::Tracker#method_missing
- Defined in:
- lib/houdah/tracker.rb
#method_missing(method, *args) ⇒ Object
15 16 17 |
# File 'lib/houdah/tracker.rb', line 15 def method_missing(method, *args) @thrift_tracker.send method, *args end |