module Tins

def respond_to_missing?(name, *args)

def  respond_to_missing?(name, *args)
  instance.respond_to?(name) || super
end