Method: Rundock::Backend::Base#method_missing
- Defined in:
- lib/rundock/backend.rb
#method_missing(method, *args) ⇒ Object (private)
86 87 88 |
# File 'lib/rundock/backend.rb', line 86 def method_missing(method, *args) @backend.send(method, *args) end |