Module: Smartguard::Client
- Defined in:
- lib/smartguard/client.rb
Class Method Summary collapse
Class Method Details
.method_missing(method, *args, &block) ⇒ Object
8 9 10 |
# File 'lib/smartguard/client.rb', line 8 def method_missing(method, *args, &block) @instance.send method, *args, &block end |