Class: Proc

Inherits:
Object
  • Object
show all
Defined in:
lib/eor.rb

Instance Method Summary collapse

Instance Method Details

#eor(*args, &block) ⇒ Object



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