5 6 7 8 9
# File 'lib/endeavour/core_ext/nil_class/try.rb', line 5 def try(*args, &block) if args.length == 0 Endeavour.new(self) end end