Module: Pkernel::Catcher

Included in:
CRLReason, Certificate, KeyPair
Defined in:
lib/pkernel.rb

Overview

Your code goes here…

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(mtd, *args, &block) ⇒ Object



8
9
10
# File 'lib/pkernel.rb', line 8

def method_missing(mtd,*args,&block)
  STDERR.puts "Not implemented" 
end