4 5 6 7 8
# File 'lib/eor.rb', line 4 def eor *args, &block args.unshift self args.push block return EOr.new.eor(args) end