Module: Jzip::Plugin
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args) ⇒ Object
6 7 8 9 |
# File 'lib/jzip/plugin.rb', line 6 def method_missing(method, *args) warn "DEPRECATION WARNING: Jzip::Plugin is deprecated (use Jzip::Engine instead) (called from #{caller.first.inspect})" Engine.send method, *args end |