module Pkernel::Catcher

Your code goes here…

Public Instance Methods

method_missing(mtd,*args,&block) click to toggle source
# File lib/pkernel.rb, line 8
def method_missing(mtd,*args,&block)
  STDERR.puts "Not implemented" 
end