# File lib/core/facets/kernel/try.rb, line 49
  def try(method=nil, *args)
    if method
      nil
    else
      Functor.new{ nil }
    end
  end